Home
last modified time | relevance | path

Searched defs:KeyCollection (Results 1 – 25 of 50) sorted by relevance

12

/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/Certificate/
H A DKeyCollection.php14 class KeyCollection extends ArrayCollection class
H A DKeyLoader.php9 use SAML2\Certificate\KeyCollection; alias
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Certificate/
H A DKeyCollection.php11 class KeyCollection extends ArrayCollection class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Dynamic/
H A DExpandoObjectTests.cs117 public void KeyCollection() in KeyCollection() method in System.Dynamic.Tests.ExpandoObjectTests
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Support/
H A DWeakDictionary.cs179 class KeyCollection : ICollection<TKey> class in Lucene.Net.Support.WeakDictionary
183 public KeyCollection(HashMap<WeakKey<TKey>, TValue> dict) in KeyCollection() method in Lucene.Net.Support.WeakDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DHashSet.cs259 public sealed class KeyCollection : ICollection<TKey>, ICollection class in System.Collections.Generic.Internal.HashSet
263 public KeyCollection(HashSet<TKey> hashSet) in KeyCollection() method in System.Collections.Generic.Internal.HashSet.KeyCollection
H A DDictionary.cs683 public sealed class KeyCollection : ICollection<TKey>, ICollection class in System.Collections.Generic.Internal.Dictionary
687 public KeyCollection(Dictionary<TKey, TValue> dictionary) in KeyCollection() method in System.Collections.Generic.Internal.Dictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/objectmodel/
H A Dreadonlydictionary.cs356 … public sealed class KeyCollection : ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> { class in System.Collections.ObjectModel.ReadOnlyDictionary
361 internal KeyCollection(ICollection<TKey> collection) in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/ObjectModel/
H A DReadOnlyDictionary.cs424 … public sealed class KeyCollection : ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> class in System.Collections.ObjectModel.ReadOnlyDictionary
430 internal KeyCollection(ICollection<TKey> collection) in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/src/System/Collections/Generic/
H A DSortedDictionary.cs561 … public sealed class KeyCollection : ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> class in System.Collections.Generic.SortedDictionary
565 public KeyCollection(SortedDictionary<TKey, TValue> dictionary) in KeyCollection() method in System.Collections.Generic.SortedDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Dsorteddictionary.cs448 … public sealed class KeyCollection: ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> { class in System.Collections.Generic.SortedDictionary
451 public KeyCollection(SortedDictionary<TKey,TValue> dictionary) { in KeyCollection() method in System.Collections.Generic.SortedDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Actions/
H A DExpandoObject.cs315 private class KeyCollection : ICollection<string> { class in System.Dynamic.ExpandoObject
321 internal KeyCollection(ExpandoObject expando) { in KeyCollection() method in System.Dynamic.ExpandoObject.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/
H A DExpandoObject.cs350 private class KeyCollection : ICollection<string> class in System.Dynamic.ExpandoObject
357 internal KeyCollection(ExpandoObject expando) in KeyCollection() method in System.Dynamic.ExpandoObject.KeyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/generic/
H A Ddictionary.cs801 public sealed class KeyCollection: ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> class in System.Collections.Generic.Dictionary
805 public KeyCollection(Dictionary<TKey,TValue> dictionary) { in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/Collections/
H A DHashtable.cs1265 private class KeyCollection : ICollection class in System.Collections.Hashtable
1269 internal KeyCollection(Hashtable hashtable) in KeyCollection() method in System.Collections.Hashtable.KeyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/
H A Dhashtable.cs1299 private class KeyCollection : ICollection class in System.Collections.Hashtable
1303 internal KeyCollection(Hashtable hashtable) { in KeyCollection() method in System.Collections.Hashtable.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Collections/Generic/
H A DDictionary.cs1060 … public sealed class KeyCollection : ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> class in System.Collections.Generic.Dictionary
1064 public KeyCollection(Dictionary<TKey, TValue> dictionary) in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/ref/
H A DSystem.ObjectModel.cs86 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.ObjectModel.ReadOnlyDictionary
88 internal KeyCollection() { } in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Collections/Generic/
H A DDictionary.cs1042 … public sealed class KeyCollection : ICollection<TKey>, ICollection, IReadOnlyCollection<TKey> class in System.Collections.Generic.Dictionary
1046 public KeyCollection(Dictionary<TKey, TValue> dictionary) in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/ref/
H A DSystem.Collections.cs123 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.Dictionary
125 public KeyCollection(System.Collections.Generic.Dictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
452 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.SortedDictionary
454 … public KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.SortedDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs6061 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.Dictionary
6063 public KeyCollection(System.Collections.Generic.Dictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
6431 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.ObjectModel.ReadOnlyDictionary
6433 internal KeyCollection() { } in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs6061 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.Dictionary
6063 public KeyCollection(System.Collections.Generic.Dictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
6431 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.ObjectModel.ReadOnlyDictionary
6433 internal KeyCollection() { } in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs5999 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.Dictionary
6001 public KeyCollection(System.Collections.Generic.Dictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
6369 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.ObjectModel.ReadOnlyDictionary
6371 internal KeyCollection() { } in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs6277 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.Dictionary
6279 public KeyCollection(System.Collections.Generic.Dictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
6652 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.ObjectModel.ReadOnlyDictionary
6654 internal KeyCollection() { } in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs6376 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.Generic.Dictionary
6378 public KeyCollection(System.Collections.Generic.Dictionary<TKey, TValue> dictionary) { } in KeyCollection() method in System.Collections.Generic.Dictionary.KeyCollection
6752 …public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.C… class in System.Collections.ObjectModel.ReadOnlyDictionary
6754 internal KeyCollection() { } in KeyCollection() method in System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection

12