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

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

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