From e27e8b932346813496377611ad8551c78760ea70 Mon Sep 17 00:00:00 2001 From: Shamsad Date: Sat, 4 Apr 2020 02:00:35 +0600 Subject: [PATCH] mention that set does not allow duplicate value --- xml/System.Collections.Generic/SortedSet`1.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/System.Collections.Generic/SortedSet`1.xml b/xml/System.Collections.Generic/SortedSet`1.xml index de582fb7971..700cce8bb07 100644 --- a/xml/System.Collections.Generic/SortedSet`1.xml +++ b/xml/System.Collections.Generic/SortedSet`1.xml @@ -95,6 +95,8 @@ object maintains a sorted order without affecting performance as elements are inserted and deleted. Duplicate elements are not allowed. Changing the sort values of existing items is not supported and may lead to unexpected behavior. For a thread safe alternative to , see