Repository of custom attributes applying on a module. Custom attributes may come from different sources (sources whould implement the ICustomAttributeProvider interface) and are indexed by type.

Namespace:  PostSharp.Extensibility.Tasks
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class CustomAttributeDictionaryTask _
	Inherits Task
C#
public sealed class CustomAttributeDictionaryTask : Task
Visual C++
public ref class CustomAttributeDictionaryTask sealed : public Task

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    PostSharp.Extensibility..::.Task
      PostSharp.Extensibility.Tasks..::.CustomAttributeDictionaryTask

See Also