C# Class AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentityAttribute

Attribute that can be attached to classes to describe their name
Inheritance: System.Attribute
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Méthodes publiques

Méthode Description
ComponentIdentityAttribute ( string fullyQualifiedName ) : System

Constructor

Method Details

ComponentIdentityAttribute() public méthode

Constructor
public ComponentIdentityAttribute ( string fullyQualifiedName ) : System
fullyQualifiedName string Name of the component
Résultat System