Interface IHasNodes
An object which has may contain child instances of INode.
Namespace: ZptSharp.Dom
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IHasNodes
Methods
| Improve this Doc View SourceGetChildNodes()
Gets the child nodes.
Declaration
IEnumerable<INode> GetChildNodes()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<INode> | The child nodes. |