ReflectionHelper.IsCompilerGenerated Method (Type) |
Determines whether a Type is compiler-generated.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public static bool IsCompilerGenerated( this Type type )
Parameters
- type
- Type: System.Type
A Type.
Return Value
Type: Booleantrue if type is compiler-generated, false if it is hand-coded.