C# Class System.ComponentModel.ServiceAttribute

Inheritance: System.Attribute
Show file Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method Description
ServiceAttribute ( Type serviceType ) : System

Creates an instance of ServiceAttribute.

Method Details

ServiceAttribute() public method

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