LogStackMessagesItem(Int32) Property
Gets the KeyValue for the provided index.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public 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);
}
function get_Item(index);
- index Int32
- The Index
KeyValuePairString,
String