C# Class Nustache.Core.ValueGetter

Afficher le fichier Open project: jdiamond/Nustache Class Usage Examples

Méthodes publiques

Свойство Type Description
NoValue object

Méthodes publiques

Méthode Description
Accept ( ValueGetterVisitor visitor ) : void
GetValue ( ) : object
GetValue ( object target, string name ) : object

Method Details

Accept() public méthode

public Accept ( ValueGetterVisitor visitor ) : void
visitor ValueGetterVisitor
Résultat void

GetValue() public abstract méthode

public abstract GetValue ( ) : object
Résultat object

GetValue() public static méthode

public static GetValue ( object target, string name ) : object
target object
name string
Résultat object

Property Details

NoValue public_oe static_oe property

public static object NoValue
Résultat object