Remotion.Linq.IntegrationTests.Common.Utilities.TestResultSerializer.IsAnonymousType C# (CSharp) Method

IsAnonymousType() private static method

private static IsAnonymousType ( Type type ) : bool
type System.Type
return bool
    private static bool IsAnonymousType (Type type)
    {
      return type.IsDefined (typeof (CompilerGeneratedAttribute), false);
    }