what does ^ mean

D

Daniel Brower

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

Daniel
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top