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