|
TablesItem(Int32) Property
|
Gets table at index.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic Table this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Table
Get
public:
property Table^ default[int index] {
Table^ get (int index);
}
member Item : Table with get
function get_Item(index);
View SourceParameters
- index Int32
- Index of table
Return Value
TableTable at index.
See Also