IConstructableNodeList public interface IConstructableNodeList : IEnumerable<IConstructableNode>, IEnumerable Represents a constructable node list. (Children) Documentation Code IConstructableNode this[int index] { get; } Returns an item in the list by its index, or throws an exception. int Length { get; } Length of the list. void Clear() Clears the list.