Piccolo.NET

PLayerList Properties

The properties of the PLayerList class are listed below. For a complete list of PLayerList class members, see the PLayerList Members topic.

Public Instance Properties

Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
Item Allows a PLayerList to be indexed directly to access it's children.

Protected Instance Properties

InnerList (inherited from CollectionBase)Gets an ArrayList containing the list of elements in the CollectionBase instance.
List (inherited from CollectionBase)Gets an IList containing the list of elements in the CollectionBase instance.

Explicit Interface Implementations

ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 

See Also

PLayerList Class | UMD.HCIL.Piccolo.Util Namespace