C# Class System.Xml.TreeIterator

Inheritance: BaseTreeIterator
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Next bool
NextRight bool
Reset void
TreeIterator System.Diagnostics

Private Methods

Method Description
Next ( ) : bool
NextRight ( ) : bool
Reset ( ) : void
TreeIterator ( XmlNode nodeTop ) : System.Diagnostics