Method | Description | |
---|---|---|
GetFullTypeName ( ITypeSymbol typeInfo ) : string | ||
GetName ( ITypeSymbol typeInfo ) : string | ||
GetNamespace ( ITypeSymbol typeInfo ) : string | ||
GetNamespace ( string extension ) : string | ||
GetNamespaceExtension ( ITypeSymbol typeInfo ) : string |
public static GetFullTypeName ( ITypeSymbol typeInfo ) : string | ||
typeInfo | ITypeSymbol | |
return | string |
public static GetName ( ITypeSymbol typeInfo ) : string | ||
typeInfo | ITypeSymbol | |
return | string |
public static GetNamespace ( ITypeSymbol typeInfo ) : string | ||
typeInfo | ITypeSymbol | |
return | string |
public static GetNamespace ( string extension ) : string | ||
extension | string | |
return | string |
public static GetNamespaceExtension ( ITypeSymbol typeInfo ) : string | ||
typeInfo | ITypeSymbol | |
return | string |