|
FieldsItem(Int32) Property
|
Indexer property of Field
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntaxpublic Field this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Field
Get
public:
property Field^ default[int index] {
Field^ get (int index);
}
member Item : Field with get
function get_Item(index);
View SourceParameters
- index Int32
Return Value
Field
See Also