Remotion.Linq.SqlBackend.SqlPreparation.CompoundMethodCallTransformerProvider.CreateDefault C# (CSharp) 메소드

CreateDefault() 공개 정적인 메소드

public static CreateDefault ( ) : CompoundMethodCallTransformerProvider
리턴 CompoundMethodCallTransformerProvider
    public static CompoundMethodCallTransformerProvider CreateDefault ()
    {
      var methodInfoBasedRegistry = MethodInfoBasedMethodCallTransformerRegistry.CreateDefault ();
      var nameBasedRegistry = NameBasedMethodCallTransformerRegistry.CreateDefault ();
      return new CompoundMethodCallTransformerProvider (methodInfoBasedRegistry, nameBasedRegistry);
    }