C# Класс mustache.KeyScope

Represents a scope of keys.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateChildScope ( object source ) : KeyScope

Creates a child scope that searches for keys in the given object.

Приватные методы

Метод Описание
Find ( string name ) : object

Attempts to find the value associated with the key with given name.

KeyScope ( object source ) : System

Initializes a new instance of a KeyScope.

KeyScope ( object source, KeyScope parent ) : System

Initializes a new instance of a KeyScope.

find ( string name ) : object
toLookup ( object value ) : object>.IDictionary

Описание методов

CreateChildScope() публичный Метод

Creates a child scope that searches for keys in the given object.
public CreateChildScope ( object source ) : KeyScope
source object The object to search for keys in.
Результат KeyScope