GCList
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: WebAssembly
constructor
constructor
GCList()
init()
GCList()
Sub New()
Add
method Add(anItem: IntPtr)
void Add(IntPtr anItem)
func Add(_ anItem: IntPtr)
void Add(IntPtr anItem)
Sub Add(anItem As IntPtr)
Parameters:
- anItem:
Clear
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Contains
Parameters:
- val:
Count
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Int32 Count { __get; }
ReadOnly Property Count() As Int32
Equals virtual (declared in Object)
Parameters:
- aOther:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Grow
method Grow(aCapacity: Int32)
void Grow(Int32 aCapacity)
func Grow(_ aCapacity: Int32)
void Grow(Int32 aCapacity)
Sub Grow(aCapacity As Int32)
Parameters:
- aCapacity:
Item
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Remove
method Remove(val: IntPtr)
void Remove(IntPtr val)
func Remove(_ val: IntPtr)
void Remove(IntPtr val)
Sub Remove(val As IntPtr)
Parameters:
- val:
RemoveAt
method RemoveAt(Index: Int32)
void RemoveAt(Int32 Index)
func RemoveAt(_ Index: Int32)
void RemoveAt(Int32 Index)
Sub RemoveAt(Index As Int32)
Parameters:
- Index:
RemoveRange
Parameters:
- Index:
- aCount:
ToString virtual (declared in Object)
Gets the string representation of this method.
Count
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Int32 Count { __get; }
ReadOnly Property Count() As Int32
Item
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor
constructor
GCList()
init()
GCList()
Sub New()
Add
method Add(anItem: IntPtr)
void Add(IntPtr anItem)
func Add(_ anItem: IntPtr)
void Add(IntPtr anItem)
Sub Add(anItem As IntPtr)
Parameters:
- anItem:
Clear
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Contains
Parameters:
- val:
Equals virtual (declared in Object)
Parameters:
- aOther:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Grow
method Grow(aCapacity: Int32)
void Grow(Int32 aCapacity)
func Grow(_ aCapacity: Int32)
void Grow(Int32 aCapacity)
Sub Grow(aCapacity As Int32)
Parameters:
- aCapacity:
Remove
method Remove(val: IntPtr)
void Remove(IntPtr val)
func Remove(_ val: IntPtr)
void Remove(IntPtr val)
Sub Remove(val As IntPtr)
Parameters:
- val:
RemoveAt
method RemoveAt(Index: Int32)
void RemoveAt(Int32 Index)
func RemoveAt(_ Index: Int32)
void RemoveAt(Int32 Index)
Sub RemoveAt(Index As Int32)
Parameters:
- Index:
RemoveRange
Parameters:
- Index:
- aCount:
ToString virtual (declared in Object)
Gets the string representation of this method.