NameValueDictionaryItem Property (Int32) |
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.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
Parameters
- index
- Type: SystemInt32
The key name of the item.
Return Value
Type:
StringThe first string represented by the key or null if the item is not found.
See Also