Piccolo.NET

PNodeList Class

PNodeList is a typesafe list of PNode objects.

For a list of all members of this type, see PNodeList Members.

System.Object
   CollectionBase
      PNodeList

public class PNodeList : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used by PNode to maintain a list of it's children. See PNode.ChildrenReference.

Requirements

Namespace: UMD.HCIL.Piccolo.Util

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

PNodeList Members | UMD.HCIL.Piccolo.Util Namespace