ConsoleNodeCollection Members

Include Protected Members
Include Inherited Members

Derives from the abstract class CollectionBase to provide a ConsoleNode object collection class.

The ConsoleNodeCollection type exposes the following members.

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsReadOnly Property specifying whether the collection is read-only.
Public propertyStatic member IsSynchronized Property specifying whether the collection is synchronized.
Public property Item Gets or sets the ConsoleNode object at the location specified by the index parameter.
Protected property List (Inherited from CollectionBase.)
Public propertyStatic member SyncRoot Gets an object that can be used to synchronize access to the ConsoleNodeCollection.

Top

Methods

  Name Description
Public method Add Appends node to the ConsoleNodeCollection.
Public method Clear (Inherited from CollectionBase.)
Public method Contains Returns true if the ConsoleNode object specified by the value parameter is contained in the collection.
Public method CopyTo Copies items in the collection, starting from the value specified by the index parameter into the ConsoleNode array specified by the array parameter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator object to traverse the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Returns the index of the given ConsoleNode object specified by the value parameter.
Public method Insert Inserts the ConsoleNode object specified by the value parameter into the collection after the index specified by the index parameter.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from CollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method Remove(Int32) Removes a node from the ConsoleNodeCollection at the specified index.
Public method Remove(ConsoleNode) Removes the first occurrence of a specific node from the ConsoleNodeCollection.
Public method RemoveAt (Inherited from CollectionBase.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<ConsoleNode>.GetEnumerator
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See Also

Reference

ConsoleNodeCollection Class

Microsoft.SharePoint.Publishing.WebControls Namespace