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

  NameDescription
Public methodAdd
Adds a IPlugin to the end of the PluginCollection.
Public methodAddRange(ICollection)
Adds the elements of a IPlugin collection to the current PluginCollection.
Public methodAddRange( IPlugin )
Adds the elements of a IPlugin array to the current PluginCollection.
Public methodAddRange(PluginCollection)
Adds the elements of another PluginCollection to the current PluginCollection.
Public methodClear
Removes all elements from the PluginCollection.
Public methodClone
Creates a shallow copy of the PluginCollection.
Public methodContains
Determines whether a given IPlugin is in the PluginCollection.
Public methodCopyTo( IPlugin )
Copies the entire PluginCollection to a one-dimensional IPlugin array.
Public methodCopyTo( IPlugin , Int32)
Copies the entire PluginCollection to a one-dimensional IPlugin 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 PluginCollection.
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 IPlugin in the PluginCollection.
Public methodInsert
Inserts an element into the PluginCollection 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 PluginCollection instance.
Public methodRemove
Removes the first occurrence of a specific IPlugin from the PluginCollection.
Public methodRemoveAt
Removes the element at the specified index of the PluginCollection.
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