13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>C#</strong> LANGUAGE SPECIFICATION{}public ArgumentOutOfRangeException();public ArgumentOutOfRangeException(string paramName);public ArgumentOutOfRangeException(string paramName, string message);public ArgumentOutOfRangeException(string paramName, object actualValue,string message);public virtual object ActualValue { get; }// Namespace: System, Library: BCLpublic class ArithmeticException: SystemException{public ArithmeticException();public ArithmeticException(string message);public ArithmeticException(string message, Exception innerException);}// Namespace: System, Library: BCLpublic abstract class Array: ICloneable, ICollection, IEnumerable, IList{protected Array();public static int BinarySearch(Array array, object value);public static int BinarySearch(Array array, int index, int length, objectvalue);public static int BinarySearch(Array array, object value, IComparercomparer);public static int BinarySearch(Array array, int index, int length, objectvalue, IComparer comparer);public static void Clear(Array array, int index, int length);public virtual object Clone();public static void Copy(Array sourceArray, Array destinationArray, intlength);public static void Copy(Array sourceArray, int sourceIndex, ArraydestinationArray, int destinationIndex, int length);public virtual void CopyTo(Array array, int index);public static Array CreateInstance(Type elementType, int length);public static Array CreateInstance(Type elementType, int length1, intlength2);public static Array CreateInstance(Type elementType, int length1, intlength2, int length3);public static Array CreateInstance(Type elementType, int[] lengths);public static Array CreateInstance(Type elementType, int[] lengths, int[]lowerBounds);public virtual IEnumerator GetEnumerator();370

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

Saved successfully!

Ooh no, something went wrong!