IDictionary {System.Collections} | .NET clr documentation |
# namespace System.Collections
export class IDictionary {
IsFixedSize: boolean;
IsReadOnly: boolean;
Keys: ICollection;
Values: ICollection;
}
Keys
: ICollectionValues
: ICollection