Click or drag to resize

IResult Properties

The IResult type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the collection
(Inherited from IReadOnlyArray.)
Public propertyItemInt32
Gets the value of the given index, or lack thereof, wrapped inside of a ReadOnlyFragment
(Inherited from IReadOnlyArrayFragment.)
Public propertyItemString
Gets the value of the given key, or lack thereof, wrapped inside of a ReadOnlyFragment
(Inherited from IReadOnlyDictionaryFragment.)
Public propertyKeys
Gets all the keys held by this dictionary
(Inherited from IReadOnlyDictionary.)
Top
See Also