OVERONE DotNetJ client program reference

JavaArray.Item Property

The element at the specified index. Is either of a .NET primitive type or a JavaObject.

Overload List

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;}

See Also

JavaArray Class | JavaArray Members | OVERONE.DotNetJ Namespace