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}EnclosingMark = 7,FinalQuotePunctuation = 23,Format = 15,InitialQuotePunctuation = 22,LetterNumber = 9,LineSeparator = 12,LowercaseLetter = 1,MathSymbol = 25,ModifierLetter = 3,ModifierSymbol = 27,NonSpacingMark = 5,OpenPunctuation = 20,OtherLetter = 4,OtherNotAssigned = 29,OtherNumber = 10,OtherPunctuation = 24,OtherSymbol = 28,ParagraphSeparator = 13,PrivateUse = 17,SpaceSeparator = 11,SpacingCombiningMark = 6,Surrogate = 16,TitlecaseLetter = 2,UppercaseLetter = 0,// Namespace: System.Text, Library: BCLpublic class UnicodeEncoding: Encoding{public UnicodeEncoding();public UnicodeEncoding(bool bigEndian, bool byteOrderMark);public override bool Equals(object value);public override int GetByteCount(char[] chars, int index, int count);public override int GetByteCount(string s);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 int GetHashCode();430

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

Saved successfully!

Ooh no, something went wrong!