Fix ArrayList.Clear func name.
This commit is contained in:
parent
5e64de198a
commit
5c047ad04b
@ -67,7 +67,7 @@ methodmap ArrayList < Handle {
|
|||||||
public native ArrayList(int blocksize=1, int startsize=0);
|
public native ArrayList(int blocksize=1, int startsize=0);
|
||||||
|
|
||||||
// Clears an array of all entries. This is the same as Resize(0).
|
// Clears an array of all entries. This is the same as Resize(0).
|
||||||
public native void ClearArray();
|
public native void Clear();
|
||||||
|
|
||||||
// Clones an array, returning a new handle with the same size and data.
|
// Clones an array, returning a new handle with the same size and data.
|
||||||
// This should NOT be confused with CloneHandle. This is a completely new
|
// This should NOT be confused with CloneHandle. This is a completely new
|
||||||
|
Loading…
Reference in New Issue
Block a user