메소드 | 설명 | |
---|---|---|
GetSortedEnumFieldsAndValues ( this enumType ) : long>>.List |
||
GetTypeQualifiedAssemblyName ( this namedType ) : string | ||
HasAttribute ( this symbol, |
||
IsArgumentExceptionType ( this symbol, Microsoft.CodeAnalysis.SemanticModel model ) : bool | ||
IsDerivedFromInterface ( this namedType, |
||
IsExceptionType ( this symbol, Microsoft.CodeAnalysis.SemanticModel model ) : bool | ||
IsType ( this namedType, |
||
TraverseTypeAndItsBaseTypes ( this symbol ) : IEnumerable |
메소드 | 설명 | |
---|---|---|
BuildQualifiedAssemblyName ( string nameSpace, string typeName, IAssemblySymbol assemblySymbol ) : string | ||
ConvertEnumUnderlyingTypeToUInt64 ( object value, SpecialType specialType ) : ulong |
public static GetSortedEnumFieldsAndValues ( this enumType ) : long>>.List |
||
enumType | this | |
리턴 | long>>.List |
public static GetTypeQualifiedAssemblyName ( this namedType ) : string | ||
namedType | this | |
리턴 | string |
public static HasAttribute ( this symbol, |
||
symbol | this | |
attributeType | ||
리턴 | bool |
public static IsArgumentExceptionType ( this symbol, Microsoft.CodeAnalysis.SemanticModel model ) : bool | ||
symbol | this | |
model | Microsoft.CodeAnalysis.SemanticModel | |
리턴 | bool |
public static IsDerivedFromInterface ( this namedType, |
||
namedType | this | |
type | ||
리턴 | bool |
public static IsExceptionType ( this symbol, Microsoft.CodeAnalysis.SemanticModel model ) : bool | ||
symbol | this | |
model | Microsoft.CodeAnalysis.SemanticModel | |
리턴 | bool |
public static IsType ( this namedType, |
||
namedType | this | |
type | ||
리턴 | bool |
public static TraverseTypeAndItsBaseTypes ( this symbol ) : IEnumerable |
||
symbol | this | |
리턴 | IEnumerable |