C# Class Bender.Nodes.Object.Values.SimpleValue

Inheritance: IValue
Show file Open project: mikeobrien/Bender Class Usage Examples

Public Methods

Method Description
EnsureValue ( ) : void
SimpleValue ( CachedType specifiedType ) : Bender.Reflection
SimpleValue ( object instance, CachedType specifiedType, bool @readonly = false, bool hasValue = true ) : Bender.Reflection

Method Details

EnsureValue() public method

public EnsureValue ( ) : void
return void

SimpleValue() public method

public SimpleValue ( CachedType specifiedType ) : Bender.Reflection
specifiedType CachedType
return Bender.Reflection

SimpleValue() public method

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