C# Class System.Collections.ArrayList.IListWrapper.IListWrapperEnumWrapper

Inheritance: IEnumerator, ICloneable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Clone ( ) : object
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
IListWrapperEnumWrapper ( ) : System.Security
IListWrapperEnumWrapper ( IListWrapper listWrapper, int startIndex, int count ) : System.Security

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void