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