ICacheEnsureCapacity Property
Gets or sets whether adding the first item to the cache or resetting
Capacity on a non-empty cache should
allocate memory for all cache entries.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool EnsureCapacity { get; set; }
Property EnsureCapacity As Boolean
Get
Set
property bool EnsureCapacity {
bool get ();
void set (bool value);
}
abstract EnsureCapacity : bool with get, set
Property Value
Boolean