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

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

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