Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Sigil (computer programming)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Stropping=== {{main|Stropping (syntax)}} Actually a form of [[stropping (syntax)|stropping]], the use of many languages in Microsoft's [[.NET Framework|.NET]] [[Common Language Infrastructure]] (CLI) requires a way to use variables in a different language that may be keywords in a calling language. This is sometimes done by prefixes. In [[C Sharp (programming language)|C#]], any variable names may be prefixed with "<code>@</code>". This is mainly used to allow the use of variable names that would otherwise conflict with keywords.<ref>{{cite web |url=http://msdn.microsoft.com/en-us/library/x53a06bb.aspx |work=MSDN |title=C# Keywords |access-date=2011-03-23 }}</ref> The same is achieved in [[VB.Net]] by enclosing the name in square brackets, as in <code>[end]</code>.<ref>{{cite web |url=http://msdn.microsoft.com/en-us/library/362314fe.aspx |work=MSDN |title=string (C# Reference) |access-date=2011-03-23 }}</ref> The "<code>@</code>" prefix can also be applied to string literals; see [[#Literal affixes|literal affixes]] below.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)