C# Class System.Xml.Tests.MyArrayIterator

Inheritance: System.Xml.XPath.XPathNodeIterator
显示文件 Open project: dotnet/corefx Class Usage Examples

Protected Properties

Property Type Description
array System.Collections.ArrayList
index int

Public Methods

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

Method Details

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

MoveNext() public method

public MoveNext ( ) : bool
return bool

MyArrayIterator() public method

public MyArrayIterator ( ArrayList array ) : Xunit
array System.Collections.ArrayList
return Xunit

MyArrayIterator() public method

public MyArrayIterator ( MyArrayIterator it ) : Xunit
it MyArrayIterator
return Xunit

Reset() public method

public Reset ( ) : void
return void

Property Details

array protected_oe property

protected ArrayList,System.Collections array
return System.Collections.ArrayList

index protected_oe property

protected int index
return int