IArray.Free Method

Definition

This method frees the <code>Array</code> object and releases the resources that it holds.

[Android.Runtime.Register("free", "()V", "GetFreeHandler:Java.Sql.IArrayInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Free ();
[<Android.Runtime.Register("free", "()V", "GetFreeHandler:Java.Sql.IArrayInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Free : unit -> unit
Attributes

Exceptions

Remarks

Java documentation for java.sql.Array.free().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to