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

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

공개 메소드들

메소드 설명
MvxSimpleChainedSourceBinding ( object source, PropertyInfo propertyInfo, IList childTokens ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

MvxSimpleChainedSourceBinding() 공개 메소드

public MvxSimpleChainedSourceBinding ( object source, PropertyInfo propertyInfo, IList childTokens ) : System.Collections.Generic
source object
propertyInfo System.Reflection.PropertyInfo
childTokens IList
리턴 System.Collections.Generic

PropertyIndexParameters() 보호된 메소드

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