C# Class Yodiwo.TypeConverterAttribute

Inheritance: System.Attribute
Mostra file Open project: yodiwo/plegma

Public Methods

Method Description
TypeConverterAttribute ( ) : System
TypeConverterAttribute ( Type type ) : System
TypeConverterAttribute ( string typeName ) : System

Method Details

TypeConverterAttribute() public method

public TypeConverterAttribute ( ) : System
return System

TypeConverterAttribute() public method

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

TypeConverterAttribute() public method

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