Java.Util.ArrayList.TrimToSize Method
Sets the capacity of this ArrayList to be the same as the current size.

Syntax

[Android.Runtime.Register("trimToSize", "()V", "GetTrimToSizeHandler")]
public virtual void TrimToSize ()

Remarks

Sets the capacity of this ArrayList to be the same as the current size.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1