C# Class Mustachio.ContextObject

Afficher le fichier Open project: wildbit/mustachio Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( ) : bool

Determines if the value of this context exists.

GetContextForPath ( string path ) : ContextObject
ToString ( ) : string

Private Methods

Méthode Description
GetContextForPath ( Queue elements ) : ContextObject

Method Details

Exists() public méthode

Determines if the value of this context exists.
public Exists ( ) : bool
Résultat bool

GetContextForPath() public méthode

public GetContextForPath ( string path ) : ContextObject
path string
Résultat ContextObject

ToString() public méthode

public ToString ( ) : string
Résultat string