Collection of LoggingProviderBase objects.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class LoggingProviderCollection _
	Inherits ProviderCollection _
	Implements IEnumerable(Of LoggingProviderBase), IEnumerable
C#
public sealed class LoggingProviderCollection : ProviderCollection, 
	IEnumerable<LoggingProviderBase>, IEnumerable
Visual C++
public ref class LoggingProviderCollection sealed : public ProviderCollection, 
	IEnumerable<LoggingProviderBase^>, IEnumerable
JavaScript
CuttingEdge.Logging.LoggingProviderCollection = function();

Type.createClass(
	'CuttingEdge.Logging.LoggingProviderCollection',
	ProviderCollection,
	IEnumerable`1,
	IEnumerable);

Inheritance Hierarchy

System..::.Object
  System.Configuration.Provider..::.ProviderCollection
    CuttingEdge.Logging..::.LoggingProviderCollection

See Also