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 SPECIFICATIONmember-name:identifierinterface-type . identifiermethod-body:block;formal-parameter-list:fixed-parametersfixed-parameters , parameter-arrayparameter-arrayfixed-parameters:fixed-parameterfixed-parameters , fixed-parameterfixed-parameter:attributes opt parameter-modifier opt type identifierparameter-modifier:refoutparameter-array:attributes opt params array-type identifierproperty-declaration:attributes opt property-modifiers opt type member-name { accessor-declarations }property-modifiers:property-modifierproperty-modifiers property-modifierproperty-modifier:newpublicprotectedinternalprivatestaticvirtualsealedoverrideabstractexternmember-name:identifierinterface-type . identifieraccessor-declarations:get-accessor-declaration set-accessor-declaration optset-accessor-declaration get-accessor-declaration optget-accessor-declaration:attributes opt get accessor-bodyset-accessor-declaration:attributes opt set accessor-body352

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

Saved successfully!

Ooh no, something went wrong!