Show / Hide Table of Contents

Namespace Google.Apis.Util.Store

Interfaces

IDataStore

Stores and manages data objects, where the key is a string and the value is an object.

null keys are not allowed.

Back to top