[This is preliminary documentation and is subject to change.]

The IWrappedDictionary type exposes the following members.

Properties

  NameDescription
Count
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
IsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from IDictionary.)
IsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from IDictionary.)
IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Item
Gets or sets the element with the specified key.
(Inherited from IDictionary.)
Keys
Gets an ICollection object containing the keys of the IDictionary object.
(Inherited from IDictionary.)
SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
UnderlyingDictionary
Values
Gets an ICollection object containing the values in the IDictionary object.
(Inherited from IDictionary.)

See Also

IWrappedDictionary Interface
Facebook.Json.Utilities Namespace