NameObjectCollectionBase « Collections Data Structure « C# / C Sharp






1.NameObjectCollectionBase Demo
2.NameObjectCollectionBase is the base class for a collection of associated String keys and Object values
3.Adds an entry with the specified key and value into NameObjectCollectionBase
4.Removes all entries from NameObjectCollectionBase
5.Gets the value of the entry at the specified index of NameObjectCollectionBase
6.Returns a String array that contains all the keys in NameObjectCollectionBase
7.Whether NameObjectCollectionBase contains entries whose keys are not null.
8.Removes the entries with the specified key from NameObjectCollectionBase
9.Sets the value of the entry at the specified index of NameObjectCollectionBase








10.Whether NameObjectCollectionBase is read-only.
11.Represents a collection of associated String keys and String values