Class JSObjectArray<T>
Represents an array of JSObject.
Namespace: Evergine.Web
Assembly: Evergine.Web.dll
Syntax
public class JSObjectArray<T>
Type Parameters
Name | Description |
---|---|
T | Array type. |
Constructors
JSObjectArray(JSObject)
Initializes a new instance of the JSObjectArray<T> class.
Declaration
public JSObjectArray(JSObject obj)
Parameters
Type | Name | Description |
---|---|---|
JSObject | obj | JSObject that is an array of T. |
Properties
this[int]
Indexer.
Declaration
public T this[int i] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | i | index. |
Property Value
Type | Description |
---|---|
T | Array object. |
Length
Gets the length of the Array.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Dispose()
Dispose object.
Declaration
public void Dispose()