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 override Encoding Encoding { get; }// Namespace: System.Threading, Library: BCLpublic class SynchronizationLockException: SystemException{public SynchronizationLockException();public SynchronizationLockException(string message);public SynchronizationLockException(string message, ExceptioninnerException);}// Namespace: System, Library: BCLpublic class SystemException: Exception{public SystemException();public SystemException(string message);public SystemException(string message, Exception innerException);}// Namespace: System.IO, Library: BCLpublic abstract class TextReader: MarshalByRefObject, IDisposable{protected TextReader();public static readonly TextReader Null;public virtual void Close();protected virtual void Dispose(bool disposing);public virtual int Peek();public virtual int Read(char[] buffer, int index, int count);public virtual int Read();public virtual int ReadBlock(char[] buffer, int index, int count);public virtual string ReadLine();public virtual string ReadToEnd();public static TextReader Synchronized(TextReader reader);void IDisposable.Dispose();}// Namespace: System.IO, Library: BCLpublic abstract class TextWriter: MarshalByRefObject, IDisposable{protected TextWriter();protected TextWriter(IFormatProvider formatProvider);public static readonly TextWriter Null;public virtual void Close();422

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

Saved successfully!

Ooh no, something went wrong!