C# Class iSynaptic.Commons.ArrayIndex

Afficher le fichier Open project: iSynaptic/iSynaptic.Commons Class Usage Examples

Méthodes publiques

Méthode Description
ArrayIndex ( Array target ) : System
CanIncrement ( ) : bool
Increment ( ) : void
Increment ( int number ) : void
Reset ( ) : void

Method Details

ArrayIndex() public méthode

public ArrayIndex ( Array target ) : System
target System.Array
Résultat System

CanIncrement() public méthode

public CanIncrement ( ) : bool
Résultat bool

Increment() public méthode

public Increment ( ) : void
Résultat void

Increment() public méthode

public Increment ( int number ) : void
number int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void