Interface INodeList
.NET interface for TO BE DEFINED FROM USER
public interface INodeList
Properties
Length
int Length { get; }
Property Value
Methods
Item(int)
Node Item(int arg0)
.NET interface for TO BE DEFINED FROM USER
public interface INodeList
int Length { get; }
Node Item(int arg0)