C# Class ValueTuples.Sample.PointAccessor

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode 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 méthode

public Get ( int index ) : object
index int
Résultat object

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

PointAccessor() public méthode

public PointAccessor ( Point value ) : System
value Point
Résultat System

Set() public méthode

public Set ( int index, object value ) : void
index int
value object
Résultat void

Set() public méthode

public Set ( string key, object value ) : void
key string
value object
Résultat void