what does ^ mean

  • Thread starter Thread starter Daniel Brower
  • Start date Start date
D

Daniel Brower

I found documentation that uses the ^ notation after a type name. What does
that notation mean?

Daniel
 
I found documentation that uses the ^ notation after a type name. What does
that notation mean?

Daniel,

In C++/CLI it's a handle to an object on the managed heap. You can
find the documentation in MSDN.

Dave
 
Back
Top