C# Class System.ComponentModel.AttributeProviderAttribute

Inheritance: System.Attribute
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AttributeProviderAttribute ( Type type ) : System
AttributeProviderAttribute ( string typeName ) : System
AttributeProviderAttribute ( string typeName, string propertyName ) : System

Method Details

AttributeProviderAttribute() public method

public AttributeProviderAttribute ( Type type ) : System
type System.Type
return System

AttributeProviderAttribute() public method

public AttributeProviderAttribute ( string typeName ) : System
typeName string
return System

AttributeProviderAttribute() public method

public AttributeProviderAttribute ( string typeName, string propertyName ) : System
typeName string
propertyName string
return System