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

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

Méthodes publiques

Méthode Description
MvxSimpleLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System.Reflection

Méthodes protégées

Méthode Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxSimpleLeafPropertyInfoSourceBinding() public méthode

public MvxSimpleLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System.Reflection
source object
propertyInfo System.Reflection.PropertyInfo
Résultat System.Reflection

PropertyIndexParameters() protected méthode

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