C# Class ValueTuples.Sample.FighterAccessor

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

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

public FighterAccessor ( Fighter value ) : System
value Fighter
Résultat System

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

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