C# Class ValueTuples.Sample.FighterAccessor

显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
FighterAccessor ( Fighter value ) : System
Get ( int index ) : object
Get ( string key ) : object
Set ( int index, object value ) : void
Set ( string key, object value ) : void

Method Details

FighterAccessor() public method

public FighterAccessor ( Fighter value ) : System
value Fighter
return System

Get() public method

public Get ( int index ) : object
index int
return object

Get() public method

public Get ( string key ) : object
key string
return object

Set() public method

public Set ( int index, object value ) : void
index int
value object
return void

Set() public method

public Set ( string key, object value ) : void
key string
value object
return void