2.341.6.7 ReadOnlyNameValueCollection

A ReadOnlyNameValueCollection collection is identical to the NameValueCollection [MSFT-VBNET] class of the Microsoft .NET Framework, with the following exceptions:

  • The collection is read-only. Only the following class get-properties and methods exist:

    • Properties: AllKeys, this[int index], this[string name], Count, Keys

    • Methods: CopyTo, Get, GetKey, GetValues, HasKeys, GetEnumerator

  • An additional class get-property called AllValues exists. This property gets all values in the entire read-only name value collection and returns a StringArray of those values.