C# Class ValueTuples.Sample.ThiefAccessor

显示文件 Open project: ufcpp/UfcppSample

Public Methods

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

Method Details

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

ThiefAccessor() public method

public ThiefAccessor ( Thief value ) : System
value Thief
return System