C# Class CommonComposition.ComponentAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: netfx/CommonComposition

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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