Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ListTablesResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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