Method | Description | |
---|---|---|
GetGenericConstraintClause ( this type ) : string | ||
GetGenericParameters ( this type, bool typeless = false ) : string | ||
GetParameterDeclaration ( this pi, bool includeDefaultExpression ) : string | ||
GetParameterGenericConstraintClause ( this type ) : string | ||
GetPureName ( this type ) : string | ||
GetSafeName ( this type ) : string | ||
GetSpecialTypeName ( this type ) : string | ||
GetSymbolDisplay ( this type, bool isFullName = false, bool typeless = false ) : string | ||
GetValueLiteral ( this value ) : string | ||
HasNonTrivialDefaultValue ( this pi ) : bool |
public static GetGenericConstraintClause ( this type ) : string | ||
type | this | |
return | string |
public static GetGenericParameters ( this type, bool typeless = false ) : string | ||
type | this | |
typeless | bool | |
return | string |
public static GetParameterDeclaration ( this pi, bool includeDefaultExpression ) : string | ||
pi | this | |
includeDefaultExpression | bool | |
return | string |
public static GetParameterGenericConstraintClause ( this type ) : string | ||
type | this | |
return | string |
public static GetPureName ( this type ) : string | ||
type | this | |
return | string |
public static GetSafeName ( this type ) : string | ||
type | this | |
return | string |
public static GetSpecialTypeName ( this type ) : string | ||
type | this | |
return | string |
public static GetSymbolDisplay ( this type, bool isFullName = false, bool typeless = false ) : string | ||
type | this | |
isFullName | bool | |
typeless | bool | |
return | string |
public static GetValueLiteral ( this value ) : string | ||
value | this | |
return | string |
public static HasNonTrivialDefaultValue ( this pi ) : bool | ||
pi | this | |
return | bool |