Method | Description | |
---|---|---|
Defaultvalue ( this symbol ) : string | ||
FullName ( this symbol ) : string | ||
GetEnumUnderlyingType ( this enumType ) : ITypeSymbol | ||
IsEnum ( this type ) : bool | ||
IsNullableEnum ( this type, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool | ||
IsNullablePrimitiveType ( this type, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool | ||
IsPrimitiveType ( this type ) : bool | ||
TryGetPrimitiveSize ( this type, int &size ) : bool | ||
UnwrapFromNullableType ( this type, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : ITypeSymbol | ||
UnwrapGenericIfNeeded ( this type ) : ITypeSymbol |
public static Defaultvalue ( this symbol ) : string | ||
symbol | this | |
return | string |
public static FullName ( this symbol ) : string | ||
symbol | this | |
return | string |
public static GetEnumUnderlyingType ( this enumType ) : ITypeSymbol | ||
enumType | this | |
return | ITypeSymbol |
public static IsNullableEnum ( this type, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool | ||
type | this | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
return | bool |
public static IsNullablePrimitiveType ( this type, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool | ||
type | this | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
return | bool |
public static IsPrimitiveType ( this type ) : bool | ||
type | this | |
return | bool |
public static TryGetPrimitiveSize ( this type, int &size ) : bool | ||
type | this | |
size | int | |
return | bool |
public static UnwrapFromNullableType ( this type, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : ITypeSymbol | ||
type | this | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
return | ITypeSymbol |
public static UnwrapGenericIfNeeded ( this type ) : ITypeSymbol | ||
type | this | |
return | ITypeSymbol |