13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix D Standard Librarypublic object GetValue(int[] indices);public object GetValue(int index);public object GetValue(int index1, int index2);public object GetValue(int index1, int index2, int index3);public static int IndexOf(Array array, object value);public static int IndexOf(Array array, object value, int startIndex);public static int IndexOf(Array array, object value, int startIndex, intcount);public static int LastIndexOf(Array array, object value);public static int LastIndexOf(Array array, object value, int startIndex);public static int LastIndexOf(Array array, object value, int startIndex,int count);public static void Reverse(Array array);public static void Reverse(Array array, int index, int length);public void SetValue(object value, int index);public void SetValue(object value, int index1, int index2);public void SetValue(object value, int index1, int index2, int index3);public void SetValue(object value, int[] indices);public static void Sort(Array array);public static void Sort(Array keys, Array items);public static void Sort(Array array, int index, int length);public static void Sort(Array keys, Array items, int index, int length);public static void Sort(Array array, IComparer comparer);public static void Sort(Array keys, Array items, IComparer comparer);public static void Sort(Array array, int index, int length, IComparercomparer);public static void Sort(Array keys, Array items, int index, int length,IComparer comparer);int IList.Add(object value);void IList.Clear();bool IList.Contains(object value);int IList.IndexOf(object value);void IList.Insert(int index, object value);void IList.Remove(object value);void IList.RemoveAt(int index);bool IList.IsFixedSize { get; }bool IList.IsReadOnly { get; }bool ICollection.IsSynchronized { get; }public int Length { get; }public long LongLength {get;}public int Rank { get; }object ICollection.SyncRoot { get; }int ICollection.Count { get; }public virtual object this[int index] { get; set; }371

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!