|
TablesItem(Int32) Property
|
Gets table at index.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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