C# Class NSoft.NFramework.UsingIndexers

显示文件 Open project: debop/NFramework Class Usage Examples

Public Properties

Property Type Description
Getter int>.NamedIndexerGetter
Indexer int>.NamedIndexer
Key int
Setter int>.NamedIndexerSetter
Value int

Public Methods

Method Description
Get ( int key ) : int
Set ( int key, int value ) : void
UsingIndexers ( ) : NUnit.Framework

Method Details

Get() public method

public Get ( int key ) : int
key int
return int

Set() public method

public Set ( int key, int value ) : void
key int
value int
return void

UsingIndexers() public method

public UsingIndexers ( ) : NUnit.Framework
return NUnit.Framework

Property Details

Getter public_oe property

public NamedIndexerGetter Getter
return int>.NamedIndexerGetter

Indexer public_oe property

public NamedIndexer Indexer
return int>.NamedIndexer

Key public_oe property

public int Key
return int

Setter public_oe property

public NamedIndexerSetter Setter
return int>.NamedIndexerSetter

Value public_oe property

public int Value
return int