This task analyze instances of custom attributes derived from MulticastAttribute and propagate them on their target elements in the custom attribute dictionary (CustomAttributeDictionaryTask) of this module.

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

Syntax

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

Inheritance Hierarchy

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

See Also