Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.ListActivityTypesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ListActivityTypesResponseUnmarshaller
리턴 ListActivityTypesResponseUnmarshaller
        public static ListActivityTypesResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ListActivityTypesResponseUnmarshaller();
          }
          return instance;
        }