MimeCacheEnlargeCapacity Method

Enlarges the Capacity of the cache to the specified value.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 5.6.0+6976b8f96f59170e54fb7f8a4989b77d09f9b1c0
C#
public static void EnlargeCapacity(
	int newCapacity
)

Parameters

newCapacity  Int32
The new value for Capacity. If newCapacity is smaller than the current value of Capacity, nothing changes.

See Also