|
LogStackMessagesItem(Int32) Property
|
Gets the KeyValue for the provided index.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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