C# Class Dynamitey.InvokeMemberName

Name of Member with associated Generic parameterss
Inheritance: String_OR_InvokeMemberName
Afficher le fichier Open project: ekonbenefits/dynamitey Class Usage Examples

Méthodes publiques

Свойство Type Description
Create Func
CreateSpecialName InvokeMemberName>.Func

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
EqualsHelper ( InvokeMemberName other ) : bool

Method Details

Equals() public méthode

Equalses the specified other.
public Equals ( InvokeMemberName other ) : bool
other InvokeMemberName The other.
Résultat bool

Equals() public méthode

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

InvokeMemberName() public méthode

Initializes a new instance of the InvokeMemberName class.
public InvokeMemberName ( string name ) : System
name string The name.
Résultat System

InvokeMemberName() public méthode

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].
Résultat System

Property Details

Create public_oe static_oe property

Create Function can set to variable to make cleaner syntax;
public static Func Create
Résultat Func

CreateSpecialName public_oe static_oe property

Create Function can set to variable to make cleaner syntax;
public static Func CreateSpecialName
Résultat InvokeMemberName>.Func