Method Is
Is(ITypeSymbol, String, Boolean)
Declaration
public static bool Is(this ITypeSymbol symbol, string fullyQualifiedName, bool exact = false)
Parameters
| Type |
Name |
Description |
| ITypeSymbol |
symbol |
|
| String |
fullyQualifiedName |
|
| Boolean |
exact |
|
Returns
Is(ITypeSymbol, String, String, Boolean)
Declaration
public static bool Is(this ITypeSymbol symbol, string nameSpace, string typeName, bool checkBaseType = true)
Parameters
| Type |
Name |
Description |
| ITypeSymbol |
symbol |
|
| String |
nameSpace |
|
| String |
typeName |
|
| Boolean |
checkBaseType |
|
Returns