Property | Type | Description | |
---|---|---|---|
Create | Func |
||
CreateSpecialName | InvokeMemberName>.Func |
Method | Description | |
---|---|---|
Equals ( |
Equalses the specified other.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
InvokeMemberName ( string name ) : System |
Initializes a new instance of the InvokeMemberName class.
|
|
InvokeMemberName ( string name, bool isSpecialName ) : System |
Initializes a new instance of the InvokeMemberName class.
|
Method | Description | |
---|---|---|
EqualsHelper ( |
public Equals ( |
||
other | The other. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public InvokeMemberName ( string name ) : System | ||
name | string | The name. |
return | System |
public InvokeMemberName ( string name, bool isSpecialName ) : System | ||
name | string | The name. |
isSpecialName | bool | if set to |
return | System |