Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 ResourceKey 作为我的 Dictionary 中的键,并且想知道我是否可以在 MonoTouch 中使用类似的类?
我认为你只需要使用一个字符串。
如果您需要使用其他东西作为键(如 WPF 中的 System.Type),则创建自己的类来处理此问题。但是,我不确定这项工作是否值得。