You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the item associated with this key if present.
218
+
/// </summary>
219
+
/// <param name="key">A character span corresponding to a <see cref="string"/> identifying the requested entry.</param>
220
+
/// <param name="value">The located value or null.</param>
221
+
/// <returns>True if the key was found.</returns>
222
+
/// <remarks>This method allows values with <see cref="string"/> keys to be queried by content without allocating a new <see cref="string"/> instance.</remarks>
/// Gets the item associated with this key if present.
234
+
/// </summary>
235
+
/// <param name="key">A character span corresponding to a <see cref="string"/> identifying the requested entry.</param>
236
+
/// <param name="value">The located value or null.</param>
237
+
/// <returns>True if the key was found.</returns>
238
+
/// <remarks>This method allows values with <see cref="string"/> keys to be queried by content without allocating a new <see cref="string"/> instance.</remarks>
0 commit comments