C# Class CommonComposition.ComponentAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: netfx/CommonComposition

Private Properties

Property Type Description

Public Methods

Method Description
ComponentAttribute ( ) : System

Initializes a new instance of the ComponentAttribute class, marking the decorated class as a component that will be registered for composition.

Method Details

ComponentAttribute() public method

Initializes a new instance of the ComponentAttribute class, marking the decorated class as a component that will be registered for composition.
public ComponentAttribute ( ) : System
return System