LevelCollection MethodsApache log4net™ SDK Documentation
The LevelCollection type exposes the following members.
Methods

  NameDescription
Public methodAdd
Adds a Level to the end of the LevelCollection.
Public methodAddRange(ICollection)
Adds the elements of a Level collection to the current LevelCollection.
Public methodAddRange( Level )
Adds the elements of a Level array to the current LevelCollection.
Public methodAddRange(LevelCollection)
Adds the elements of another LevelCollection to the current LevelCollection.
Public methodClear
Removes all elements from the LevelCollection.
Public methodClone
Creates a shallow copy of the LevelCollection.
Public methodContains
Determines whether a given Level is in the LevelCollection.
Public methodCopyTo( Level )
Copies the entire LevelCollection to a one-dimensional Level array.
Public methodCopyTo( Level , Int32)
Copies the entire LevelCollection to a one-dimensional Level array, starting at the specified index of the target array.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetEnumerator
Returns an enumerator that can iterate through the LevelCollection.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of a Level in the LevelCollection.
Public methodInsert
Inserts an element into the LevelCollection at the specified index.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberReadOnly
Creates a read-only wrapper for a LevelCollection instance.
Public methodRemove
Removes the first occurrence of a specific Level from the LevelCollection.
Public methodRemoveAt
Removes the element at the specified index of the LevelCollection.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodTrimToSize
Sets the capacity to the actual number of elements.
Back to Top
See Also