Efficient implementation of a dictionary taking an OpCodeNumber
as the key type.
Namespace:
PostSharp.CodeModelAssembly: PostSharp.Core (in PostSharp.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class OpCodeDictionary(Of T) |
| C# |
|---|
public sealed class OpCodeDictionary<T> |
| Visual C++ |
|---|
generic<typename T> public ref class OpCodeDictionary sealed |
Type Parameters
- T
- Value type.
Inheritance Hierarchy
System..::.Object
PostSharp.CodeModel..::.OpCodeDictionary<(Of <(T>)>)
PostSharp.CodeModel..::.OpCodeDictionary<(Of <(T>)>)