C# Class System.Xml.Tests.MyArrayIterator

Inheritance: System.Xml.XPath.XPathNodeIterator
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
array System.Collections.ArrayList
index int

Méthodes publiques

Méthode Description
Clone ( ) : XPathNodeIterator
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
MyArrayIterator ( ArrayList array ) : Xunit
MyArrayIterator ( MyArrayIterator it ) : Xunit
Reset ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

MyArrayIterator() public méthode

public MyArrayIterator ( ArrayList array ) : Xunit
array System.Collections.ArrayList
Résultat Xunit

MyArrayIterator() public méthode

public MyArrayIterator ( MyArrayIterator it ) : Xunit
it MyArrayIterator
Résultat Xunit

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

array protected_oe property

protected ArrayList,System.Collections array
Résultat System.Collections.ArrayList

index protected_oe property

protected int index
Résultat int