Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.RegisterWorkflowTypeResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : RegisterWorkflowTypeResponseUnmarshaller
리턴 RegisterWorkflowTypeResponseUnmarshaller
        public static RegisterWorkflowTypeResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new RegisterWorkflowTypeResponseUnmarshaller();
          }
          return instance;
        }
  
RegisterWorkflowTypeResponseUnmarshaller