|
LogStackMessagesItem(Int32) Property
|
Gets the KeyValue for the provided index.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntaxpublic KeyValuePair<string, string> this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As KeyValuePair(Of String, String)
Get
public:
property KeyValuePair<String^, String^> default[int index] {
KeyValuePair<String^, String^> get (int index);
}
member Item : KeyValuePair<string, string> with get
function get_Item(index);
View SourceParameters
- index Int32
- The Index
Property Value
KeyValuePairString,
String
See Also