The wrapper around the class member
The main idea behind this approach is that whis wrapper could be cached
and reused per class basis
The main idea behind this approach is that whis wrapper could be cached
and reused per class basis

C# | Visual Basic | Visual C++ |
public class MemberWrapper
Public Class MemberWrapper
public ref class MemberWrapper

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | MemberWrapper()()()() |
Constructor (empty)
Because of type params
|
![]() | MemberWrapper(Type, String) |
Constructor
|
![]() ![]() | DebugMode |
Debug mode
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | GetValue(Object) |
Gets value from specified target
|
![]() | MemberInfo |
Returns the member info
|
![]() | MemberType |
Member type resolved by this wrapper
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetValue(Object, Object) |
Sets value on specified target
|
![]() | ToString()()()() | (Overrides Object.ToString()()()().) |

Object | |
![]() | MemberWrapper |