c# - windows forms power symbol -


using visual studio 2010, windows forms application. when creating click event button function parameters follows:

(system::object^ sender, system::eventargs^ e)

what meaning of power symbol? google isn't helping me search ignores special characters ><

i know in c# exclusive or operator seems irrelevant here.

that looks c++, not c#.

did see in documentation? if so, switch documentation mode c# , things make lot more sense.

if visual studio generating this, accidentally created c++ project.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -