The element at the specified index. Is either of a .NET primitive type or a JavaObject.
The element at the specified index. Is either of a .NET primitive type or a JavaObject.
public object this[int] {get; set;}
The element at the specified index if the array is bidimensional. Is either of a .NET primitive type or a JavaObject.
public object this[int, int] {get; set;}
The element at the specified index if the array is tridimensional. Is either of a .NET primitive type or a JavaObject.
public object this[int, int, int] {get; set;}
JavaArray Class | JavaArray Members | OVERONE.DotNetJ Namespace