C# Class CrazyStuff.Expressions.MethodCallInfo

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

Public Properties

Property Type Description
Arguments object[]
MethodName string

Public Methods

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

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

Equals() public method

public Equals ( MethodCallInfo other ) : bool
other MethodCallInfo
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodCallInfo() public method

public MethodCallInfo ( string methodName, object args ) : System
methodName string
args object
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Arguments public_oe property

public object[] Arguments
return object[]

MethodName public_oe property

public string MethodName
return string