Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MvvmCross
Binding
Bindings
Source
MvxMissingSourceBinding
C# 클래스 MvvmCross.Binding.Bindings.Source.MvxMissingSourceBinding
상속:
MvxSourceBinding
파일 보기
프로젝트 열기: MvvmCross/MvvmCross
공개 메소드들
메소드
설명
GetValue
( ) :
object
MvxMissingSourceBinding
(
object
source
) :
System
SetValue
(
object
value
) :
void
메소드 상세
GetValue()
공개
메소드
public
GetValue
( ) :
object
리턴
object
MvxMissingSourceBinding()
공개
메소드
public
MvxMissingSourceBinding
(
object
source
) :
System
source
object
리턴
System
SetValue()
공개
메소드
public
SetValue
(
object
value
) :
void
value
object
리턴
void