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}comparand);public static object CompareExchange(ref object location1, object value,object comparand);public static int Decrement(ref int location);public static long Decrement(ref long location);public static int Exchange(ref int location1, int value);public static float Exchange(ref float location1, float value);public static object Exchange(ref object location1, object value);public static int Increment(ref int location);public static long Increment(ref long location);// Namespace: System, Library: BCLpublic class InvalidCastException: SystemException{public InvalidCastException();public InvalidCastException(string message);public InvalidCastException(string message, Exception innerException);}// Namespace: System, Library: BCLpublic class InvalidOperationException: SystemException{public InvalidOperationException();public InvalidOperationException(string message);public InvalidOperationException(string message, Exception innerException);}// Namespace: System, Library: BCLpublic sealed class InvalidProgramException: SystemException{public InvalidProgramException();public InvalidProgramException(string message);public InvalidProgramException(string message, Exception inner);}// Namespace: System.IO, Library: BCLpublic class IOException: SystemException{public IOException();public IOException(string message);public IOException(string message, Exception innerException);}404

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

Saved successfully!

Ooh no, something went wrong!