MimeCache.EnlargeCapacity Method

Enlarges the Capacity of the cache to the specified value.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
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