Method IsCompilerGenerated
IsCompilerGenerated(Type)
Determines whether this type has been generated by the compiler.
Declaration
public static bool IsCompilerGenerated(this Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | This Type to evaluate. |
Returns
| Type | Description |
|---|---|
| Boolean | true if this type is compiler-generated, otherwise false. |