NameValueCollection

GPTKB entity

Statements (46)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:assembly System.dll
gptkbp:definedIn System.Collections.Specialized namespace
gptkbp:documentation https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.namevaluecollection
gptkbp:hasConstructor NameValueCollection()
NameValueCollection(NameValueCollection col)
NameValueCollection(int capacity)
NameValueCollection(IEqualityComparer equalityComparer)
gptkbp:hasIndexer this[int index]
this[string name]
gptkbp:hasMethod Clear()
Add(string name, string value)
CopyTo(Array dest, int index)
Get(int index)
Get(string name)
GetEnumerator()
GetKey(int index)
GetValues(int index)
GetValues(string name)
Remove(string name)
Set(string name, string value)
gptkbp:hasProperty gptkb:Count
AllKeys
IsReadOnly
https://www.w3.org/2000/01/rdf-schema#label NameValueCollection
gptkbp:inheritsFrom NameObjectCollectionBase
gptkbp:interface IEnumerable
ICollection
IDeserializationCallback
ISerializable
gptkbp:introducedIn gptkb:.NET_Framework_1.1
gptkbp:isCaseSensitive false by default
gptkbp:isMutable true
gptkbp:isOrdered true
gptkbp:mayInclude multiple string values per key
gptkbp:partOf gptkb:.NET_Framework
gptkbp:serialization true
gptkbp:supports string values
string keys
gptkbp:threadSafe false
gptkbp:usedFor storing multiple values under a single key
gptkbp:usedIn web applications
configuration management
query string parsing
gptkbp:bfsParent gptkb:System.Collections.Specialized
gptkbp:bfsLayer 7