C# 클래스 Foobricator.Tools.DataReference

A reference to another named source object.
상속: IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator 1 사용 예제들

공개 메소드들

메소드 설명
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