13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>C#</strong> LANGUAGE SPECIFICATION}public abstract int GetMaxCharCount(int byteCount);public virtual byte[] GetPreamble();public virtual string GetString(byte[] bytes, int index, int count);public virtual string GetString(byte[] bytes);public static Encoding ASCII { get; }public static Encoding BigEndianUnicode { get; }public static Encoding Default { get; }public static Encoding Unicode { get; }public static Encoding UTF8 { get; }// Namespace: System.IO, Library: BCLpublic class EndOfStreamException: IOException{public EndOfStreamException();public EndOfStreamException(string message);public EndOfStreamException(string message, Exception innerException);}// Namespace: System, Library: BCLpublic abstract class Enum: ValueType, IComparable, IFormattable{public int CompareTo(object target);public override bool Equals(object obj);public static string Format(Type enumType, object value, string format);public override int GetHashCode();public static string GetName(Type enumType, object value);public static string[] GetNames(Type enumType);public static Type GetUnderlyingType(Type enumType);public static Array GetValues(Type enumType);public static bool IsDefined(Type enumType, object value);public static object Parse(Type enumType, string value);public static object Parse(Type enumType, string value, bool ignoreCase);public static object ToObject(Type enumType, object value);public static object ToObject(Type enumType, sbyte value);public static object ToObject(Type enumType, short value);public static object ToObject(Type enumType, int value);public static object ToObject(Type enumType, byte value);public static object ToObject(Type enumType, ushort value);public static object ToObject(Type enumType, uint value);public static object ToObject(Type enumType, long value);public static object ToObject(Type enumType, ulong value);public string ToString(IFormatProvider provider);public string ToString(string format, IFormatProvider provider);392

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

Saved successfully!

Ooh no, something went wrong!