D
Dave
Why can't I safe_cast a Dictionary to an Object?
Generic:ictionary<String^, String^> Dict = gcnew
Generic:ictionary<String^, String^>();
Object^ DictObject = safe_cast<Object ^>(Dict);
Anyone know why the compiler won't handle this syntax?
Dave
Generic:ictionary<String^, String^> Dict = gcnew
Generic:ictionary<String^, String^>();
Object^ DictObject = safe_cast<Object ^>(Dict);
Anyone know why the compiler won't handle this syntax?
Dave