.net - What does the caret (‘^’) mean in C++/CLI? -


i came across code , few google searches turn no explanation of mysterious (to me) syntax.

hashtable^ temphash = gcnew hashtable(iterators_);  idictionaryenumerator^ enumerator = temphash->getenumerator(); 

what heck caret mean? (the gcnew new me, , asked here.)

this c++/cli , caret managed equivalent of * (pointer) in c++/cli terminology called 'handle' 'reference type' (since can still have unmanaged pointers).

(thanks aardvark pointing out better terminology.)


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -