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

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

공개 메소드들

메소드 설명
MvxSimpleLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System.Reflection

보호된 메소드들

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

메소드 상세

MvxSimpleLeafPropertyInfoSourceBinding() 공개 메소드

public MvxSimpleLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System.Reflection
source object
propertyInfo System.Reflection.PropertyInfo
리턴 System.Reflection

PropertyIndexParameters() 보호된 메소드

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