Class AdvisableKeyedCollection<TKey, TItem>
Implements
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common.dll
Syntax
public abstract class AdvisableKeyedCollection<TKey, TItem> : AdvisableCollection<TItem>, IDynamicallyAdvisableCollection, IDynamicallyAdvisable, IQueryInterface
Type Parameters
Name | Description |
---|---|
TKey | |
TItem |
Constructors
Name | Description |
---|---|
AdvisableKeyedCollection() | |
AdvisableKeyedCollection(Int32) | |
AdvisableKeyedCollection(Int32, IEqualityComparer<TKey>) | |
AdvisableKeyedCollection(SerializationInfo, StreamingContext) |
Properties
Name | Description |
---|---|
Comparer | |
Item[TKey] |