Show / Hide Table of Contents

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 Source

GetChildNodes()

Gets the child nodes.

Declaration
IEnumerable<INode> GetChildNodes()
Returns
Type Description
System.Collections.Generic.IEnumerable<INode>

The child nodes.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX