9[DebuggerDisplay(
"Count = {Count}")]
10[
TypeForwardedFrom(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
41 bool ICollection.IsSynchronized =>
false;
43 object ICollection.SyncRoot
79 bool IList.IsFixedSize
85 return list.IsFixedSize;
136 return items.GetEnumerator();
220 if (
array.GetLowerBound(0) != 0)
251 for (
int i = 0; i <
count; i++)
337 return default(T) ==
null;
bool ICollection< KeyValuePair< TKey, TValue > >. IsReadOnly
virtual void InsertItem(int index, T item)
static bool IsCompatibleObject(object value)
virtual void ClearItems()
void Insert(int index, T item)
readonly IList< T > items
void CopyTo(T[] array, int index)
virtual void RemoveItem(int index)
Collection(IList< T > list)
virtual void SetItem(int index, T item)
IEnumerator< T > GetEnumerator()
static void ThrowNotSupportedException(ExceptionResource resource)
static void ThrowArgumentOutOfRange_IndexException()
static void ThrowArgumentException_Argument_InvalidArrayType()
static void ThrowArgumentNullException(string name)
static void ThrowArgumentException(ExceptionResource resource)
static void ThrowIndexArgumentOutOfRange_NeedNonNegNumException()
static ? Type GetType(string typeName, bool throwOnError, bool ignoreCase)
void CopyTo(Array array, int index)
IEnumerator GetEnumerator()
void Insert(int index, object? value)
bool Contains(object? value)
void Remove(object? value)
int IndexOf(object? value)