Property Limit
Limit
allows changing the map's maximal number of elements which was defined at construction time.
Note that if the map is already larger than Limit, the current implementation does not shrink it (by removing the oldest elements); Rather, the map remains in its current size as new elements are added, and will only start shrinking (until settling again on the given Limit) if existing elements are explicitly deleted.
Declaration
public virtual int Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |