C# Class ValueTuples.Sample.PointAccessor

显示文件 Open project: ufcpp/UfcppSample

Public Methods

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

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

PointAccessor() public method

public PointAccessor ( Point value ) : System
value Point
return System

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