Smoore
Smoore

Reputation: 772

Is there an alternative to System.Windows.ResourceKey to use in MonoTouch?

I need to use ResourceKey for the key in my Dictionary and was wondering if there was a similar class I could use in MonoTouch?

Upvotes: 0

Views: 70

Answers (1)

jonathanpeppers
jonathanpeppers

Reputation: 26495

I think you just need to use a string.

If you need to use other things as a key (like a System.Type in WPF), then create your own class to handle this. I'm not sure if this work is worth it, however.

Upvotes: 2

Related Questions