C# Класс Dynamitey.InvokeMemberName

Name of Member with associated Generic parameterss
Наследование: String_OR_InvokeMemberName
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Create Func
CreateSpecialName InvokeMemberName>.Func

Открытые методы

Метод Описание
Equals ( InvokeMemberName other ) : bool

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 ( InvokeMemberName other ) : bool

Описание методов

Equals() публичный Метод

Equalses the specified other.
public Equals ( InvokeMemberName other ) : bool
other InvokeMemberName The other.
Результат bool

Equals() публичный Метод

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

InvokeMemberName() публичный Метод

Initializes a new instance of the InvokeMemberName class.
public InvokeMemberName ( string name ) : System
name string The name.
Результат System

InvokeMemberName() публичный Метод

Initializes a new instance of the InvokeMemberName class.
public InvokeMemberName ( string name, bool isSpecialName ) : System
name string The name.
isSpecialName bool if set to true [is special name].
Результат System

Описание свойств

Create публичное статическое свойство

Create Function can set to variable to make cleaner syntax;
public static Func Create
Результат Func

CreateSpecialName публичное статическое свойство

Create Function can set to variable to make cleaner syntax;
public static Func CreateSpecialName
Результат InvokeMemberName>.Func