Home
last modified time | relevance | path

Searched defs:ArraySegment (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Darraysegment.cs33 private T[] _array;
34 private int _offset;
35 private int _count;
37 public ArraySegment(T[] array) in ArraySegment() method
48 public ArraySegment(T[] array, int offset, int count) in ArraySegment() method
65 public T[] Array
77 public int Offset
96 public int Count
171 int IList<T>.IndexOf(T item) in IndexOf()
213 bool ICollection<T>.IsReadOnly
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DArraySegment.cs39 public ArraySegment(T[] array) in ArraySegment() argument
49 public ArraySegment(T[] array, int offset, int count) in ArraySegment() method
62 public T[] Array => _array;
64 public int Offset => _offset;
66 public int Count => _count;
90 public Enumerator GetEnumerator() in GetEnumerator()
171 public T[] ToArray() in ToArray()
219 int IList<T>.IndexOf(T item) in IndexOf()
257 bool ICollection<T>.IsReadOnly
267 void ICollection<T>.Add(T item) in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DArraySegment.cs39 public ArraySegment(T[] array) in ArraySegment() argument
49 public ArraySegment(T[] array, int offset, int count) in ArraySegment() argument
62 public T[] Array => _array;
64 public int Offset => _offset;
66 public int Count => _count;
90 public Enumerator GetEnumerator() in GetEnumerator()
171 public T[] ToArray() in ToArray()
219 int IList<T>.IndexOf(T item) in IndexOf()
257 bool ICollection<T>.IsReadOnly
267 void ICollection<T>.Add(T item) in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs272 public ArraySegment(T[] array) { throw null; } in ArraySegment() method
276 public static System.ArraySegment<T> Empty { get { throw null; } }
282 public void CopyTo(System.ArraySegment<T> destination) { } in CopyTo()
285 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
287 public System.ArraySegment<T>.Enumerator GetEnumerator() { throw null; } in GetEnumerator()
289 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
292 public System.ArraySegment<T> Slice(int index) { throw null; } in Slice()
294 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
295 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
301 void System.Collections.Generic.IList<T>.RemoveAt(int index) { } in RemoveAt()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs914 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
915 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
922 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
925 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
927 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
928 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
929 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
931 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
933 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
934 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs914 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
915 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
922 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
925 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
927 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
928 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
929 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
931 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
933 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
934 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs889 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
890 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
897 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
900 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
902 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
903 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
904 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
906 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
908 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
909 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs808 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
809 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
816 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
819 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
821 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
822 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
823 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
825 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
827 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
828 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs810 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
811 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
818 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
821 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
823 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
824 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
825 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
827 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
829 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
830 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A Dmscorlib.cs889 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
890 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
897 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
900 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
902 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
903 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
904 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
906 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
908 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
909 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A Dmscorlib.cs889 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
890 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
897 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
900 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
902 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
903 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
904 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
906 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
908 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
909 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs914 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
915 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
922 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
925 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
927 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
928 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
929 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
931 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
933 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
934 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmscorlib.cs864 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
865 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
872 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
875 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
877 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
878 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
879 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
881 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
883 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
884 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A Dmscorlib.cs828 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
829 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
836 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
839 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
841 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
842 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
843 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
845 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
847 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
848 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A Dmscorlib.cs978 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
979 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
986 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
989 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
991 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
992 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
993 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
995 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
997 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
998 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A Dmscorlib.cs973 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
974 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
981 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
984 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
986 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
987 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
988 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
990 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
992 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
993 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A Dmscorlib.cs830 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
831 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
838 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
841 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
843 void System.Collections.Generic.ICollection<T>.Add(T item) { } in Add()
844 void System.Collections.Generic.ICollection<T>.Clear() { } in Clear()
845 bool System.Collections.Generic.ICollection<T>.Contains(T item) { throw null; } in Contains()
847 bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; } in Remove()
849 int System.Collections.Generic.IList<T>.IndexOf(T item) { throw null; } in IndexOf()
850 void System.Collections.Generic.IList<T>.Insert(int index, T item) { } in Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs711 public partial struct ArraySegment<T> struct
713 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
714 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
718 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
721 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
722 … public static bool operator !=(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs852 public partial struct ArraySegment<T> struct
854 public ArraySegment(T[] array) { throw null;} in ArraySegment() method
855 public ArraySegment(T[] array, int offset, int count) { throw null;} in ArraySegment() method
859 public bool Equals(System.ArraySegment<T> obj) { throw null; } in Equals()
862 … public static bool operator ==(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator ==()
863 … public static bool operator !=(System.ArraySegment<T> a, System.ArraySegment<T> b) { throw null; } in operator !=()