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}public override string GetString(byte[] bytes);// Namespace: System, Library: BCLpublic delegate void AsyncCallback(IAsyncResult ar);// Namespace: System, Library: BCLpublic abstract class Attribute{protected Attribute();public override bool Equals(object obj);public override int GetHashCode();}// Namespace: System, Library: BCLpublic enum AttributeTargets{All = Assembly | 0x2 | Class | Struct | Enum | Constructor | Method |Property | Field | Event | Interface | Parameter | Delegate |ReturnValue,Assembly = 0x1,Class = 0x4,Constructor = 0x20,Delegate = 0x1000,Enum = 0x10,Event = 0x200,Field = 0x100,Interface = 0x400,Method = 0x40,Parameter = 0x800,Property = 0x80,ReturnValue = 0x2000,Struct = 0x8,}// Namespace: System, Library: BCLpublic sealed class AttributeUsageAttribute: Attribute{public AttributeUsageAttribute(AttributeTargets validOn);public bool AllowMultiple { get; set; }public bool Inherited { get; set; }public AttributeTargets ValidOn { get; }}374

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

Saved successfully!

Ooh no, something went wrong!