C# Class MvvmCross.Binding.Bindings.Source.Chained.MvxIndexerChainedSourceBinding

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

Méthodes publiques

Méthode Description
MvxIndexerChainedSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexerPropertyToken, IList childTokens ) : System.Collections.Generic

Méthodes protégées

Méthode Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxIndexerChainedSourceBinding() public méthode

public MvxIndexerChainedSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexerPropertyToken, IList childTokens ) : System.Collections.Generic
source object
itemPropertyInfo System.Reflection.PropertyInfo
indexerPropertyToken MvvmCross.Binding.Parse.PropertyPath.PropertyTokens.MvxIndexerPropertyToken
childTokens IList
Résultat System.Collections.Generic

PropertyIndexParameters() protected méthode

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