C# Класс MCAEmotiv.GUI.DisplayPointer

A class which can be used to wrap an object in a checked list box
Показать файл Открыть проект

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

Метод Описание
DisplayPointer ( Func getter, object key = null ) : System

Construct a pointer with the specified getter and key

DisplayPointer ( string staticDisplayString, object key = null ) : System

Construct a display pointer with a static display string and the specified key

ToString ( ) : string

Forwards the call to the object returned by the getter

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

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

Construct a pointer with the specified getter and key
public DisplayPointer ( Func getter, object key = null ) : System
getter Func
key object
Результат System

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

Construct a display pointer with a static display string and the specified key
public DisplayPointer ( string staticDisplayString, object key = null ) : System
staticDisplayString string
key object
Результат System

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

Forwards the call to the object returned by the getter
public ToString ( ) : string
Результат string