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
Post a Comment