C# Class Mustachio.ContextObject

显示文件 Open project: wildbit/mustachio Class Usage Examples

Public Methods

Method Description
Exists ( ) : bool

Determines if the value of this context exists.

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

Private Methods

Method Description
GetContextForPath ( Queue elements ) : ContextObject

Method Details

Exists() public method

Determines if the value of this context exists.
public Exists ( ) : bool
return bool

GetContextForPath() public method

public GetContextForPath ( string path ) : ContextObject
path string
return ContextObject

ToString() public method

public ToString ( ) : string
return string