Possible Duplicate:
What does the caret (‘^’) mean in C++/CLI?
In C++/CLR, what does a hat character ^ do?
What does the ^ character mean in C++ when applied to the data type in a variable declaration, as in:
String^ input;
or
List<String^>^ phoneNumbers;