C# 클래스 MvvmCross.Binding.Bindings.Source.Leaf.MvxIndexerLeafPropertyInfoSourceBinding

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

공개 메소드들

메소드 설명
MvxIndexerLeafPropertyInfoSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexToken ) : System.Reflection

보호된 메소드들

메소드 설명
PropertyIndexParameters ( ) : object[]

메소드 상세

MvxIndexerLeafPropertyInfoSourceBinding() 공개 메소드

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

PropertyIndexParameters() 보호된 메소드

protected PropertyIndexParameters ( ) : object[]
리턴 object[]