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 bool IsArray { get; }public bool IsClass { get; }public bool IsEnum { get; }public bool IsInterface { get; }public bool IsPointer { get; }public bool IsValueType { get; }// Namespace: System, Library: BCLpublic sealed class TypeInitializationException: SystemException{public string TypeName { get; }}// Namespace: System, Library: BCLpublic struct UInt16: IComparable, IFormattable{public const ushort MaxValue = 65535;public const ushort MinValue = 0;public int CompareTo(object value);public override bool Equals(object obj);public override int GetHashCode();public static ushort Parse(string s);public static ushort Parse(string s, NumberStyles style);public static ushort Parse(string s, IFormatProvider provider);public static ushort Parse(string s, NumberStyles style, IFormatProviderprovider);public string ToString(IFormatProvider provider);public string ToString(string format, IFormatProvider provider);public override string ToString();public string ToString(string format);}// Namespace: System, Library: BCLpublic struct UInt32: IComparable, IFormattable{public const uint MaxValue = 4294967295;public const uint MinValue = 0;public int CompareTo(object value);public override bool Equals(object obj);public override int GetHashCode();public static uint Parse(string s);public static uint Parse(string s, NumberStyles style);public static uint Parse(string s, IFormatProvider provider);428

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

Saved successfully!

Ooh no, something went wrong!