LogStackMessagesItem(String) Property
Gets the first match of the provided in this dictionary. Returns
null if none can be found.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.165 -- Release Build+c5c5438fa1484896bd3bdb0196ac975199ade88c
public string? this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As String
Get
public:
property String^ default[String^ key] {
String^ get (String^ key);
}
- key String
- The Index
String