C# 클래스 ValueTuples.Sample.FighterAccessor

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

공개 메소드들

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

메소드 상세

FighterAccessor() 공개 메소드

public FighterAccessor ( Fighter value ) : System
value Fighter
리턴 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