public class KeyValueCollection
Public Class KeyValueCollection
public ref class KeyValueCollection
type KeyValueCollection = class end
KeyValueCollection | Initializes a new instance of the KeyValueCollection class |
Count | Gets the number of pairs in collection |
Add | Adds a key value pair to collection |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetByIndex | Retrieves the key value pair at the given index in collection |
GetByKey | Retrieves the key value pair having a given key |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |