C# Class NSoft.NFramework.UsingIndexers

Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Getter int>.NamedIndexerGetter
Indexer int>.NamedIndexer
Key int
Setter int>.NamedIndexerSetter
Value int

Méthodes publiques

Méthode Description
Get ( int key ) : int
Set ( int key, int value ) : void
UsingIndexers ( ) : NUnit.Framework

Method Details

Get() public méthode

public Get ( int key ) : int
key int
Résultat int

Set() public méthode

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

UsingIndexers() public méthode

public UsingIndexers ( ) : NUnit.Framework
Résultat NUnit.Framework

Property Details

Getter public_oe property

public NamedIndexerGetter Getter
Résultat int>.NamedIndexerGetter

Indexer public_oe property

public NamedIndexer Indexer
Résultat int>.NamedIndexer

Key public_oe property

public int Key
Résultat int

Setter public_oe property

public NamedIndexerSetter Setter
Résultat int>.NamedIndexerSetter

Value public_oe property

public int Value
Résultat int