C# 클래스 Bender.Nodes.Object.Values.SimpleValue

상속: IValue
파일 보기 프로젝트 열기: mikeobrien/Bender 1 사용 예제들

공개 메소드들

메소드 설명
EnsureValue ( ) : void
SimpleValue ( CachedType specifiedType ) : Bender.Reflection
SimpleValue ( object instance, CachedType specifiedType, bool @readonly = false, bool hasValue = true ) : Bender.Reflection

메소드 상세

EnsureValue() 공개 메소드

public EnsureValue ( ) : void
리턴 void

SimpleValue() 공개 메소드

public SimpleValue ( CachedType specifiedType ) : Bender.Reflection
specifiedType CachedType
리턴 Bender.Reflection

SimpleValue() 공개 메소드

public SimpleValue ( object instance, CachedType specifiedType, bool @readonly = false, bool hasValue = true ) : Bender.Reflection
instance object
specifiedType CachedType
@readonly bool
hasValue bool
리턴 Bender.Reflection