C# Класс Foobricator.Tools.DataReference

A reference to another named source object.
Наследование: IDebugInfoProvider
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CurrentContext ( ) : object>.IDictionary

Get the current context of named sources.

DataReference ( object>.IDictionary context, string key ) : System

Initalise against a context.

Dereference ( ) : object

Resolve the named object from the context bound to this reference.

ToString ( string format, IFormatProvider formatProvider ) : string

Dereferences and tries to get a string value. See Details.

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

CurrentContext() публичный статический Метод

Get the current context of named sources.
public static CurrentContext ( ) : object>.IDictionary
Результат object>.IDictionary

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

Initalise against a context.
public DataReference ( object>.IDictionary context, string key ) : System
context object>.IDictionary
key string
Результат System

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

Resolve the named object from the context bound to this reference.
public Dereference ( ) : object
Результат object

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

Dereferences and tries to get a string value. See Details.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Результат string