10 [
Obsolete(
"Types with embedded references are not supported in this version of your compiler.",
true)]
139 bool flag = type ==
type2;
218 [
Obsolete(
"Equals() on Span will always throw an exception. Use == instead.")]
225 [
Obsolete(
"GetHashCode() on Span will always throw an exception.")]
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()
static void ThrowArgumentException_DestinationTooShort()
Span< T > Slice(int start, int length)
void CopyTo(Span< T > destination)
readonly ByReference< T > _pointer
Span< T > Slice(int start)
override bool Equals(object obj)
override int GetHashCode()
unsafe Span(void *pointer, int length)
override string ToString()
Span(T[] array, int start, int length)
bool TryCopyTo(Span< T > destination)