-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Reflection_MemberAccessor
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Provides fast access to a type member.
System.Object
CodeJam.Reflection.MemberAccessor
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public class MemberAccessor
VB
Public Class MemberAccessor
F#
type MemberAccessor = class end
The MemberAccessor type exposes the following members.
Name | Description | |
---|---|---|
Getter | Member getter function. | |
GetterExpression | Getter expression of the member. | |
HasGetter | True, if the member has getter. | |
HasSetter | True, if the member has setter. | |
IsComplex | True, if the member is complex. | |
MemberInfo | Member MemberInfo. | |
Name | Member name. | |
Setter | Member setter action. | |
SetterExpression | Setter expression of the member. | |
Type | Member Type. | |
TypeAccessor | Parent TypeAccessor. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current 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 the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Gets member value for provided object. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetValue | Sets member value for provided object. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |