Method | Description | |
---|---|---|
ToString ( ) : String |
Returns a String that represents this instance.
|
|
TypeName ( ) : System |
Initializes a new instance of the TypeDescriptor class.
|
|
TypeName ( String hierarchicalNames ) : System |
Initializes a new instance of the TypeDescriptor class.
|
|
TypeName ( String @namespace, String hierarchicalNames ) : System |
Initializes a new instance of the TypeDescriptor class.
|
public TypeName ( String hierarchicalNames ) : System | ||
hierarchicalNames | String | The array of type names of nesting hierarchy and the type itself. |
return | System |
public TypeName ( String @namespace, String hierarchicalNames ) : System | ||
@namespace | String | |
hierarchicalNames | String | The array of type names of nesting hierarchy and the type itself. |
return | System |