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

GetInstance() 공개 정적인 메소드

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