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

Inheritance: MvxLeafPropertyInfoSourceBinding
Mostra file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxIndexerLeafPropertyInfoSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexToken ) : System.Reflection

Protected Methods

Method Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxIndexerLeafPropertyInfoSourceBinding() public method

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

PropertyIndexParameters() protected method

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