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.

Appendix D Standard Library}public override int GetMaxByteCount(int charCount);public override int GetMaxCharCount(int byteCount);public override byte[] GetPreamble();// Namespace: System.Text, Library: BCLpublic class UTF8Encoding: Encoding{public UTF8Encoding();public UTF8Encoding(bool encoderShouldEmitUTF8Identifier);public UTF8Encoding(bool encoderShouldEmitUTF8Identifier, boolthrowOnInvalidBytes);public override bool Equals(object value);public override int GetByteCount(char[] chars, int index, int count);public override int GetByteCount(string chars);public override int GetBytes(string s, int charIndex, int charCount, byte[]bytes, int byteIndex);public override byte[] GetBytes(string s);public override int GetBytes(char[] chars, int charIndex, int charCount,byte[] bytes, int byteIndex);public override int GetCharCount(byte[] bytes, int index, int count);public override int GetChars(byte[] bytes, int byteIndex, int byteCount,char[] chars, int charIndex);public override Decoder GetDecoder();public override Encoder GetEncoder();public override int GetHashCode();public override int GetMaxByteCount(int charCount);public override int GetMaxCharCount(int byteCount);public override byte[] GetPreamble();}// Namespace: System, Library: BCLpublic abstract class ValueType{protected ValueType();public override bool Equals(object obj);public override int GetHashCode();public override string ToString();}// Namespace: System.Security, Library: BCLpublic class VerificationException: SystemException{public VerificationException();431

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

Saved successfully!

Ooh no, something went wrong!