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

Inheritance: MvxLeafPropertyInfoSourceBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxSimpleLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System.Reflection

Protected Methods

Method Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxSimpleLeafPropertyInfoSourceBinding() public method

public MvxSimpleLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System.Reflection
source object
propertyInfo System.Reflection.PropertyInfo
return System.Reflection

PropertyIndexParameters() protected method

protected PropertyIndexParameters ( ) : object[]
return object[]