Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DeprecateWorkflowTypeResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : DeprecateWorkflowTypeResponseUnmarshaller
Результат DeprecateWorkflowTypeResponseUnmarshaller
        public static DeprecateWorkflowTypeResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new DeprecateWorkflowTypeResponseUnmarshaller();
          }
          return instance;
        }
  
DeprecateWorkflowTypeResponseUnmarshaller