Click or drag to resize

NameValueDictionaryItem Property

Overload List
  NameDescription
Public propertyItemInt32
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the specified item represented by the key has more than one value.
Public propertyItemString
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the specified item represented by the key has more than one value.
Top
See Also