{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}
System.Collections.ArrayList
Registry
{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}
InprocServer32
C:\Windows\System32\mscoree.dll
- Assembly:
mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Class:
System.Collections.ArrayList - ThreadingModel:
Both
ProgId
System.Collections.ArrayList
Instance
- Type:
ArrayList
Methods
- get_Capacity:
int get_Capacity() - set_Capacity:
void set_Capacity(int value) - get_Count:
int get_Count(), int ICollection.get_Count() - get_IsFixedSize:
bool get_IsFixedSize(), bool IList.get_IsFixedSize() - get_IsReadOnly:
bool get_IsReadOnly(), bool IList.get_IsReadOnly() - get_IsSynchronized:
bool get_IsSynchronized(), bool ICollection.get_IsSynchronized() - get_SyncRoot:
System.Object get_SyncRoot(), System.Object ICollection.get_SyncRoot() - get_Item:
System.Object get_Item(int index), System.Object IList.get_Item(int index) - set_Item:
void set_Item(int index, System.Object value), void IList.set_Item(int index, System.Object value) - Add:
int Add(System.Object value), int IList.Add(System.Object value) - AddRange:
void AddRange(System.Collections.ICollection c) - BinarySearch:
int BinarySearch(int index, int count, System.Object value, System.Collections.IComparer comparer), int BinarySearch(System.Object value), int BinarySearch(System.Object value, System.Collections.IComparer comparer) - Clear:
void Clear(), void IList.Clear() - Clone:
System.Object Clone(), System.Object ICloneable.Clone() - Contains:
bool Contains(System.Object item), bool IList.Contains(System.Object value) - CopyTo:
void CopyTo(array array), void CopyTo(array array, int arrayIndex), void CopyTo(int index, array array, int arrayIndex, int count), void ICollection.CopyTo(array array, int index) - GetEnumerator:
System.Collections.IEnumerator GetEnumerator(), System.Collections.IEnumerator GetEnumerator(int index, int count), System.Collections.IEnumerator IEnumerable.GetEnumerator() - IndexOf:
int IndexOf(System.Object value), int IndexOf(System.Object value, int startIndex), int IndexOf(System.Object value, int startIndex, int count), int IList.IndexOf(System.Object value) - Insert:
void Insert(int index, System.Object value), void IList.Insert(int index, System.Object value) - InsertRange:
void InsertRange(int index, System.Collections.ICollection c) - LastIndexOf:
int LastIndexOf(System.Object value), int LastIndexOf(System.Object value, int startIndex), int LastIndexOf(System.Object value, int startIndex, int count) - Remove:
void Remove(System.Object obj), void IList.Remove(System.Object value) - RemoveAt:
void RemoveAt(int index), void IList.RemoveAt(int index) - RemoveRange:
void RemoveRange(int index, int count) - Reverse:
void Reverse(), void Reverse(int index, int count) - SetRange:
void SetRange(int index, System.Collections.ICollection c) - GetRange:
System.Collections.ArrayList GetRange(int index, int count) - Sort:
void Sort(), void Sort(System.Collections.IComparer comparer), void Sort(int index, int count, System.Collections.IComparer comparer) - ToArray:
System.Object[] ToArray(), array ToArray(type type) - TrimToSize:
void TrimToSize()
Properties
- Capacity:
int Capacity {get;set;} - Count:
int Count {get;} - IsFixedSize:
bool IsFixedSize {get;} - IsReadOnly:
bool IsReadOnly {get;} - IsSynchronized:
bool IsSynchronized {get;} - SyncRoot:
System.Object SyncRoot {get;}
MIT License. Copyright (c) 2021 Strontic.