Click or drag to resize

ContractedDictionary Class

A dictionary which conforms to certains keys and types specified as an attribute
Inheritance Hierarchy

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public abstract class ContractedDictionary : ICollection<KeyValuePair<string, Object>>, 
	IEnumerable<KeyValuePair<string, Object>>, IEnumerable, 
	IDictionary<string, Object>

The ContractedDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Gets or sets an object via a given key
Public propertyKeys
Public propertyValues
Top
Methods
See Also