Skip to content

Commit 90de2b6

Browse files
author
Ron Petrusha
authored
Noted case-sensitive comparison (#2638)
1 parent a4afe2a commit 90de2b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/System.Runtime.Caching.Configuration/MemoryCacheSettingsCollection.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,13 @@
275275
<param name="key">A unique identifier for the item.</param>
276276
<summary>Gets the <see cref="T:System.Runtime.Caching.Configuration.MemoryCacheElement" /> item that has the specified key.</summary>
277277
<value>The item that is specified by the key.</value>
278-
<remarks>To be added.</remarks>
278+
<remarks>
279+
<format type="text/markdown"><![CDATA[
280+
281+
The comparison of `key` with <xref:System.Runtime.Caching.Configuration.MemoryCacheElement> key names is case-sensitive.
282+
283+
]]></format>
284+
</remarks>
279285
</Docs>
280286
</Member>
281287
<Member MemberName="Properties">

0 commit comments

Comments
 (0)