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 DuplicateWaitObjectException();public DuplicateWaitObjectException(string parameterName);public DuplicateWaitObjectException(string parameterName, string message);// Namespace: System.Text, Library: BCLpublic abstract class Encoder{protected Encoder();public abstract int GetByteCount(char[] chars, int index, int count, boolflush);public abstract int GetBytes(char[] chars, int charIndex, int charCount,byte[] bytes, int byteIndex, bool flush);}// Namespace: System.Text, Library: BCLpublic abstract class Encoding{protected Encoding();public static byte[] Convert(Encoding srcEncoding, Encoding dstEncoding,byte[] bytes);public static byte[] Convert(Encoding srcEncoding, Encoding dstEncoding,byte[] bytes, int index, int count);public override bool Equals(object value);public abstract int GetByteCount(char[] chars, int index, int count);public virtual int GetByteCount(string s);public virtual int GetByteCount(char[] chars);public virtual int GetBytes(string s, int charIndex, int charCount, byte[]bytes, int byteIndex);public virtual byte[] GetBytes(string s);public abstract int GetBytes(char[] chars, int charIndex, int charCount,byte[] bytes, int byteIndex);public virtual byte[] GetBytes(char[] chars, int index, int count);public virtual byte[] GetBytes(char[] chars);public abstract int GetCharCount(byte[] bytes, int index, int count);public virtual int GetCharCount(byte[] bytes);public abstract int GetChars(byte[] bytes, int byteIndex, int byteCount,char[] chars, int charIndex);public virtual char[] GetChars(byte[] bytes, int index, int count);public virtual char[] GetChars(byte[] bytes);public virtual Decoder GetDecoder();public virtual Encoder GetEncoder();public override int GetHashCode();public abstract int GetMaxByteCount(int charCount);391

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

Saved successfully!

Ooh no, something went wrong!