Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.ListActivityTypesResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : ListActivityTypesResponseUnmarshaller
Résultat ListActivityTypesResponseUnmarshaller
        public static ListActivityTypesResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ListActivityTypesResponseUnmarshaller();
          }
          return instance;
        }