C# Class ValueTuples.Sample.PolyLineAccessor

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
Get ( int index ) : object
Get ( string key ) : object
PolyLineAccessor ( PolyLine 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

PolyLineAccessor() public méthode

public PolyLineAccessor ( PolyLine value ) : System
value PolyLine
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