Свойство | Тип | Описание | |
---|---|---|---|
Create | Func |
||
CreateSpecialName | InvokeMemberName>.Func |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
EqualsHelper ( |
public Equals ( |
||
other | The other. | |
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
Результат | bool |
public InvokeMemberName ( string name ) : System | ||
name | string | The name. |
Результат | System |
public InvokeMemberName ( string name, bool isSpecialName ) : System | ||
name | string | The name. |
isSpecialName | bool | if set to |
Результат | System |