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.

Appendix D Standard Library}public const sbyte MinValue = -128;public int CompareTo(object obj);public override bool Equals(object obj);public override int GetHashCode();public static sbyte Parse(string s);public static sbyte Parse(string s, NumberStyles style);public static sbyte Parse(string s, IFormatProvider provider);public static sbyte 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.Security.Permissions, Library: BCLpublic enum SecurityAction{Assert = 3,Demand = 2,Deny = 4,InheritanceDemand = 7,LinkDemand = 6,PermitOnly = 5,RequestMinimum = 8,RequestOptional = 9,RequestRefuse = 10,}// Namespace: System.Security.Permissions, Library: BCLpublic abstract class SecurityAttribute: Attribute{protected SecurityAttribute();public SecurityAttribute(SecurityAction action);public abstract IPermission CreatePermission();public bool Unrestricted { get; set; }}// Namespace: System.Security, Library: BCLpublic sealed class SecurityElement{public override string ToString();}413

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

Saved successfully!

Ooh no, something went wrong!