Метод | Описание | |
---|---|---|
CloseNullableType ( this reference ) : |
Creates a closed generic nullable type from the current CodeTypeReference.
|
|
FindArgument ( this attributeDeclaration, string argumentName ) : |
Finds an argument in an attribute declaration. The argument name is case-sensitive. |
|
IsNullableType ( this reference ) : bool |
Tests if the CodeTypeReference represents a Nullable type.
|
public static CloseNullableType ( this reference ) : |
||
reference | this | The code type reference. |
Результат |
public static FindArgument ( this attributeDeclaration, string argumentName ) : |
||
attributeDeclaration | this | The attribute declaration. |
argumentName | string | Name of the argument. |
Результат |
public static IsNullableType ( this reference ) : bool | ||
reference | this | The code type reference. |
Результат | bool |