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

Inheritance: IValue
Afficher le fichier Open project: mikeobrien/Bender Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public EnsureValue ( ) : void
Résultat void

SimpleValue() public méthode

public SimpleValue ( CachedType specifiedType ) : Bender.Reflection
specifiedType CachedType
Résultat Bender.Reflection

SimpleValue() public méthode

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