C# Class CrazyStuff.Expressions.MethodCallInfo

Represents information of the method like method info and actual parameters.
Afficher le fichier Open project: SergeyTeplyakov/CrazyStuff Class Usage Examples

Méthodes publiques

Свойство Type Description
Arguments object[]
MethodName string

Méthodes publiques

Méthode Description
Equals ( MethodCallInfo other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodCallInfo ( string methodName, object args ) : System
ToString ( ) : string

Private Methods

Méthode Description
ObjectInvariant ( ) : void

Method Details

Equals() public méthode

public Equals ( MethodCallInfo other ) : bool
other MethodCallInfo
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MethodCallInfo() public méthode

public MethodCallInfo ( string methodName, object args ) : System
methodName string
args object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Arguments public_oe property

public object[] Arguments
Résultat object[]

MethodName public_oe property

public string MethodName
Résultat string