NArrayT, DItem(Int32) Property
Item
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public D this[
int[] indices
] { get; set; }
Public Default Property Item (
indices As Integer()
) As D
Get
Set
public:
virtual property D default[array<int>^ indices] {
D get (array<int>^ indices) sealed;
void set (array<int>^ indices, D value) sealed;
}
abstract Item : 'D with get, set
override Item : 'D with get, set
- indices Int32
- Indices
DINArrayT, DItemInt32