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;
        }