StructuredDeclarationDictionary<!0>.Add Method |
Adds an item to the current dictionary.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public void Add( IMetadataDeclaration key, !0 value )
Parameters
- key
- Type: PostSharp.Sdk.CodeModel.IMetadataDeclaration
Key. - value
- Type: !0
Value.