MimeCache.EnlargeCapacity Method
Enlarges the
Capacity of the cache to the specified value.
Namespace: FolkerKinzel.MimeTypesAssembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
public static void EnlargeCapacity(
int newCapacity
)
Public Shared Sub EnlargeCapacity (
newCapacity As Integer
)
public:
static void EnlargeCapacity(
int newCapacity
)
static member EnlargeCapacity :
newCapacity : int -> unit
Parameters
- newCapacity Int32
- The new value for Capacity. If newCapacity
is smaller than the current value of Capacity, nothing changes.