Description

[Note: Each key-value pair must have a unique non-null key, but the value of an association can be any object reference, including a null reference. The System.Collections.IDictionary interface allows the contained keys and values to be enumerated, but it does not imply any particular sort order. System.Collections.IDictionary implementations fall into three categories: read-only, fixed-size, and variable-size. A read-only implementation cannot be modified. A fixed-size implementation does not allow the addition or removal of elements, but it allows the modification of existing elements. A variable-size implementation allows the addition, removal, and modification of elements.]

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.