AppenderCollection Methods

The AppenderCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an IAppender object to the end of collection.
Public methodAddRange
Adds an IAppenders enumeration to the end of collection.
Public methodClear (Inherited from CollectionIAppender.)
Protected methodClearItems (Inherited from CollectionIAppender.)
Public methodContains (Inherited from CollectionIAppender.)
Public methodCopyTo (Inherited from CollectionIAppender.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionIAppender.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionIAppender.)
Public methodInsert (Inherited from CollectionIAppender.)
Protected methodInsertItem (Inherited from CollectionIAppender.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionIAppender.)
Public methodRemoveAt (Inherited from CollectionIAppender.)
Protected methodRemoveItem (Inherited from CollectionIAppender.)
Protected methodSetItem (Inherited from CollectionIAppender.)
Public methodToString (Inherited from Object.)
See Also