C# Class System.ComponentModel.TypeConverterAttribute

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

Public Properties

Property Type Description
Default TypeConverterAttribute

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TypeConverterAttribute ( ) : System.Diagnostics
TypeConverterAttribute ( Type type ) : System.Diagnostics
TypeConverterAttribute ( string typeName ) : System.Diagnostics

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TypeConverterAttribute() public method

public TypeConverterAttribute ( ) : System.Diagnostics
return System.Diagnostics

TypeConverterAttribute() public method

public TypeConverterAttribute ( Type type ) : System.Diagnostics
type System.Type
return System.Diagnostics

TypeConverterAttribute() public method

public TypeConverterAttribute ( string typeName ) : System.Diagnostics
typeName string
return System.Diagnostics

Property Details

Default public static property

public static TypeConverterAttribute,System.ComponentModel Default
return TypeConverterAttribute