C# 클래스 ValueTuples.Sample.UnitAccessor

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Get ( int index ) : object
Get ( string key ) : object
Set ( int index, object value ) : void
Set ( string key, object value ) : void
UnitAccessor ( Unit value ) : System

메소드 상세

Get() 공개 메소드

public Get ( int index ) : object
index int
리턴 object

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

Set() 공개 메소드

public Set ( int index, object value ) : void
index int
value object
리턴 void

Set() 공개 메소드

public Set ( string key, object value ) : void
key string
value object
리턴 void

UnitAccessor() 공개 메소드

public UnitAccessor ( Unit value ) : System
value Unit
리턴 System