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

GetInstance() public static méthode

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