C# 클래스 MCAEmotiv.GUI.DisplayPointer

A class which can be used to wrap an object in a checked list box
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

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