Piccolo.NET

PCameraList Properties

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

Public Instance Properties

Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
Item Allows a PCameraList 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

PCameraList Class | UMD.HCIL.Piccolo.Util Namespace