Click or drag to resize

NonNullDictionaryK, V Class

A dictionary that ignores any attempts to insert a null object into it. Usefor for creating JSON objects that should not contain null values
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.UtilNonNullDictionaryK, V

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public sealed class NonNullDictionary<K, V> : IEnumerable<KeyValuePair<K, V>>, 
	IEnumerable, IDictionary<K, V>, ICollection<KeyValuePair<K, V>>

Type Parameters

K

[Missing <typeparam name="K"/> documentation for "T:Couchbase.Lite.Util.NonNullDictionary`2"]

V

[Missing <typeparam name="V"/> documentation for "T:Couchbase.Lite.Util.NonNullDictionary`2"]

The NonNullDictionaryK, V type exposes the following members.

Constructors
  NameDescription
Public methodNonNullDictionaryK, V
Initializes a new instance of the NonNullDictionaryK, V class
Top
Properties
Methods
See Also