C# Class Baseline.Reflection.IndexerValueGetter

Inheritance: IValueGetter
Afficher le fichier Open project: JasperFx/baseline Class Usage Examples

Méthodes publiques

Méthode Description
ChainExpression ( Expression body ) : Expression
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( object target ) : object
IndexerValueGetter ( Type arrayType, int index ) : System
SetValue ( object target, object propertyValue ) : void

Méthodes protégées

Méthode Description
Equals ( IndexerValueGetter other ) : bool

Method Details

ChainExpression() public méthode

public ChainExpression ( Expression body ) : Expression
body System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

Equals() protected méthode

protected Equals ( IndexerValueGetter other ) : bool
other IndexerValueGetter
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

GetValue() public méthode

public GetValue ( object target ) : object
target object
Résultat object

IndexerValueGetter() public méthode

public IndexerValueGetter ( Type arrayType, int index ) : System
arrayType System.Type
index int
Résultat System

SetValue() public méthode

public SetValue ( object target, object propertyValue ) : void
target object
propertyValue object
Résultat void