C# Class iSynaptic.Commons.ArrayIndex

Show file Open project: iSynaptic/iSynaptic.Commons Class Usage Examples

Public Methods

Method Description
ArrayIndex ( Array target ) : System
CanIncrement ( ) : bool
Increment ( ) : void
Increment ( int number ) : void
Reset ( ) : void

Method Details

ArrayIndex() public method

public ArrayIndex ( Array target ) : System
target System.Array
return System

CanIncrement() public method

public CanIncrement ( ) : bool
return bool

Increment() public method

public Increment ( ) : void
return void

Increment() public method

public Increment ( int number ) : void
number int
return void

Reset() public method

public Reset ( ) : void
return void