Home
last modified time | relevance | path

Searched defs:AllowsDuplicates (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/arrays/
H A DCircularQueue.cs108 public virtual bool AllowsDuplicates { get { return true; } } property in C5.CircularQueue
H A DSortedArray.cs1173 public bool AllowsDuplicates { [Tested]get { return false; } } property in C5.SortedArray
H A DArrayList.cs2269 public virtual bool AllowsDuplicates property in C5.ArrayList
H A DHashedArrayList.cs2269 public virtual bool AllowsDuplicates property in C5.HashedArrayList
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/hashing/
H A DHashBag.cs528 public virtual bool AllowsDuplicates { [Tested] get { return true; } } property in C5.HashBag
H A DHashTable.cs1306 public virtual bool AllowsDuplicates { [Tested]get { return false; } } property in C5.HashSet
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/heaps/
H A DIntervalHeap.cs367 public bool AllowsDuplicates { [Tested]get { return true; } } property in C5.IntervalHeap
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/
H A DInterfaces.cs237 bool AllowsDuplicates { get;} property
647 bool AllowsDuplicates { get;} property
676 bool AllowsDuplicates { get;} property
H A DWrappedArray.cs554 public bool AllowsDuplicates property in C5.WrappedArray
H A DWrappers.cs674 public virtual bool AllowsDuplicates { get { return collection.AllowsDuplicates; } } property in C5.GuardedCollection
1908 public bool AllowsDuplicates { get { return queue.AllowsDuplicates; } } property in C5.GuardedQueue
H A DDictionaries.cs1267 public bool AllowsDuplicates { get { return false; } } property in C5.SortedDictionaryBase.SortedKeysCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.C5.cs251 public virtual bool AllowsDuplicates { get { throw null; } } property in C5.CircularQueue
579 public virtual bool AllowsDuplicates { get { throw null; } } property in C5.GuardedCollection
757 public bool AllowsDuplicates { get { throw null; } } property in C5.GuardedQueue
1355 bool AllowsDuplicates { get; } property
1460 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.IntervalHeap
1535 bool AllowsDuplicates { get; } property
1602 bool AllowsDuplicates { get; } property
2016 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.SortedArray
2205 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.TreeBag
2352 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.TreeSet
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.C5.cs252 public virtual bool AllowsDuplicates { get { throw null; } } property in C5.CircularQueue
580 public virtual bool AllowsDuplicates { get { throw null; } } property in C5.GuardedCollection
758 public bool AllowsDuplicates { get { throw null; } } property in C5.GuardedQueue
1356 bool AllowsDuplicates { get; } property
1461 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.IntervalHeap
1536 bool AllowsDuplicates { get; } property
1603 bool AllowsDuplicates { get; } property
2017 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.SortedArray
2206 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.TreeBag
2353 public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } } property in C5.TreeSet
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/trees/
H A DRedBlackTreeBag.cs1288 public bool AllowsDuplicates { [Tested]get { return true; } } property in C5.TreeBag
1293 public bool AllowsDuplicates { [Tested]get { return false; } } property in C5.TreeBag
H A DRedBlackTreeSet.cs1288 public bool AllowsDuplicates { [Tested]get { return true; } } property in C5.TreeSet
1293 public bool AllowsDuplicates { [Tested]get { return false; } } property in C5.TreeSet
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/linkedlists/
H A DHashedLinkedList.cs3390 public virtual bool AllowsDuplicates property in C5.HashedLinkedList
H A DLinkedList.cs3390 public virtual bool AllowsDuplicates property in C5.LinkedList