C# Class System.ComponentModel.ServiceAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
ServiceAttribute ( Type serviceType ) : System

Creates an instance of ServiceAttribute.

Method Details

ServiceAttribute() public méthode

Creates an instance of ServiceAttribute.
public ServiceAttribute ( Type serviceType ) : System
serviceType System.Type The type of service this attribute represents.
Résultat System