I have some c++ code with function return types declared as string^
or IEnumerable<String^>^
, what does that mean?
edits: c#->c++/cli
It doesn't mean anything in C#. You're looking at source code for C++/CLI, not C#.
See http://en.wikipedia.org/wiki/C%2B%2B/CLI for a brief introduction.
The carat symbol basically means "this is a GC-tracked reference".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With