C# Класс MvvmCross.Binding.Bindings.Source.Chained.MvxIndexerChainedSourceBinding

Наследование: MvxChainedSourceBinding
Показать файл Открыть проект

Открытые методы

Метод Описание
MvxIndexerChainedSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexerPropertyToken, IList childTokens ) : System.Collections.Generic

Защищенные методы

Метод Описание
PropertyIndexParameters ( ) : object[]

Описание методов

MvxIndexerChainedSourceBinding() публичный Метод

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
Результат System.Collections.Generic

PropertyIndexParameters() защищенный Метод

protected PropertyIndexParameters ( ) : object[]
Результат object[]