Class TypeExtensions
Inherited Members
Namespace: FluentMigrator.Runner.Extensions
Assembly: FluentMigrator.Runner.dll
Syntax
public static class TypeExtensions
Methods
IsConcrete(Type)
Declaration
public static bool IsConcrete(this Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
bool |
Is<T>(Type)
Declaration
public static bool Is<T>(this Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |