Home
last modified time | relevance | path

Searched defs:ReadOnlyCollection (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Collections.Generic/
H A DReadOnlyCollection.cs17 public sealed class ReadOnlyCollection<T> : Collection<T>, ICollection<T>, IList { class
37 ReadOnlyCollection () in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
41 public ReadOnlyCollection (T [] array) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
49 public ReadOnlyCollection (Collection<T> collection) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Collections.Generic/
H A DReadOnlyCollection.cs17 public sealed class ReadOnlyCollection<T> : Collection<T>, ICollection<T>, IList { class
37 ReadOnlyCollection () in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
41 public ReadOnlyCollection (T [] array) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
49 public ReadOnlyCollection (Collection<T> collection) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Collections.Generic/
H A DReadOnlyCollection.cs35 public sealed class ReadOnlyCollection<T> : Collection<T>, ICollection<T>, IList { class
55 private ReadOnlyCollection () in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
59 public ReadOnlyCollection (T [] array) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
67 public ReadOnlyCollection (Collection<T> collection) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Collections.Generic/
H A DReadOnlyCollection.cs35 public sealed class ReadOnlyCollection<T> : Collection<T>, ICollection<T>, IList { class
55 private ReadOnlyCollection () in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
59 public ReadOnlyCollection (T [] array) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
67 public ReadOnlyCollection (Collection<T> collection) in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DReadOnlyCollection.cs26 internal class ReadOnlyCollection<T> : ICollection<T>, ICollection class
39 internal ReadOnlyCollection(IEnumerable<T> backing) in ReadOnlyCollection() method in Microsoft.Build.Collections.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/objectmodel/
H A Dreadonlycollection.cs21 public class ReadOnlyCollection<T>: IList<T>, IList, IReadOnlyList<T> class
27 public ReadOnlyCollection(IList<T> list) { in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Collections/ObjectModel/
H A DReadOnlyCollection.cs14 public class ReadOnlyCollection<T> : IList<T>, IList, IReadOnlyList<T> class
20 public ReadOnlyCollection(IList<T> list) in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Collections/ObjectModel/
H A DReadOnlyCollection.cs14 public class ReadOnlyCollection<T> : IList<T>, IList, IReadOnlyList<T> class
20 public ReadOnlyCollection(IList<T> list) in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDbConnectionStringCommon.cs143 internal sealed class ReadOnlyCollection<T> : System.Collections.ICollection, ICollection<T> { class
146 internal ReadOnlyCollection(T[] items) { in ReadOnlyCollection() method in System.Data.Common.ReadOnlyCollection
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DTypeNameHandlingTests.cs74 public IReadOnlyCollection<string> ReadOnlyCollection { get; set; } property in Newtonsoft.Json.Tests.Serialization.TypeNameHandlingTests.KnownAutoTypes
H A DJsonSerializerCollectionsTests.cs1052 public ReadOnlyCollection<int> ReadOnlyCollection { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerCollectionsTests.PopulateReadOnlyTestClass
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Cecil.cs2650 …public sealed partial class ReadOnlyCollection<T> : Mono.Collections.Generic.Collection<T>, System… class
2652 public ReadOnlyCollection(Mono.Collections.Generic.Collection<T> collection) { } in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
2653 public ReadOnlyCollection(T[] array) { } in ReadOnlyCollection() method in Mono.Collections.Generic.ReadOnlyCollection
H A Dmscorlib.cs6743 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6745 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs3953 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
3955 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs6355 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6357 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs6355 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6357 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs6293 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6295 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs6576 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6578 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs6676 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6678 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A Dmscorlib.cs6293 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6295 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A Dmscorlib.cs6293 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6295 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs6355 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6357 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A Dmscorlib.cs6605 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6607 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A Dmscorlib.cs6766 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6768 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A Dmscorlib.cs6804 …public partial class ReadOnlyCollection<T> : System.Collections.Generic.ICollection<T>, System.Col… class
6806 public ReadOnlyCollection(System.Collections.Generic.IList<T> list) { } in ReadOnlyCollection() method in System.Collections.ObjectModel.ReadOnlyCollection

12