C# Class MvvmCross.Binding.Bindings.Source.Leaf.MvxIndexerLeafPropertyInfoSourceBinding

Inheritance: MvxLeafPropertyInfoSourceBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxIndexerLeafPropertyInfoSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexToken ) : System.Reflection

Méthodes protégées

Méthode Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxIndexerLeafPropertyInfoSourceBinding() public méthode

public MvxIndexerLeafPropertyInfoSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexToken ) : System.Reflection
source object
itemPropertyInfo System.Reflection.PropertyInfo
indexToken MvvmCross.Binding.Parse.PropertyPath.PropertyTokens.MvxIndexerPropertyToken
Résultat System.Reflection

PropertyIndexParameters() protected méthode

protected PropertyIndexParameters ( ) : object[]
Résultat object[]