Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.QueryResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : QueryResponseUnmarshaller
Результат QueryResponseUnmarshaller
        public static QueryResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new QueryResponseUnmarshaller();
          }
          return instance;
        }