|
-
March 20th, 2005, 11:24 AM
#1
IDictionary example
Hello everyone,
in STIL I would just write a declaration something like:
std::map<string, T> _map;
and viola have _map as a map-like structure. My question is how to perform the equivalent in C# w/ IDictionary. I take it that I have to make a concrete implementation of the interface class. Is this right? And if so, why? And, does anyone have a simple soup-to-nuts example... I'm really interested in getting on w/ my code rather than writing implementations, but I will if necessary.
Thank you,
nyc_newbie.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|