C# 클래스 MvvmCross.Binding.Bindings.Source.Chained.MvxIndexerChainedSourceBinding

상속: MvxChainedSourceBinding
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
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[]