Open sandboxFocus

Class LoggingProfileCollection

Collection of instances of the LoggingProfile class.

Inheritance
LoggingProfileCollection
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public sealed class LoggingProfileCollection : KeyedCollection<string, LoggingProfile>, IList<LoggingProfile>, ICollection<LoggingProfile>, IList, ICollection, IReadOnlyList<LoggingProfile>, IReadOnlyCollection<LoggingProfile>, IEnumerable<LoggingProfile>, IEnumerable

Constructors

Name Description
LoggingProfileCollection()

Initializes a new LoggingProfileCollection.

Methods

Name Description
GetKeyForItem(LoggingProfile)