Метод | Описание | |
---|---|---|
ToString ( ) : String |
Returns a String that represents this instance.
|
|
TypeDescriptor ( ) : System |
Initializes a new instance of the TypeDescriptor class.
|
|
TypeDescriptor ( TypeName name, TypeDescriptor typeArguments = null, String suffixes = null, |
Initializes a new instance of the TypeDescriptor class.
|
public TypeDescriptor ( TypeName name, TypeDescriptor typeArguments = null, String suffixes = null, |
||
name | TypeName | The name of the type. |
typeArguments | TypeDescriptor | The generic type arguments of the type. |
suffixes | String | The array of type suffixes (array, reference, pointer). |
assembly | The assembly which the type belongs. | |
Результат | System |