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.
HashSet<string>文字列が存在することがわかっている場合、どのようにして効率的に文字列への参照を取得できますか?
HashSet<string>
すなわち
hashSet.Contains(myString) == true string stringRef = ???
ありがとう!
http://msdn.microsoft.com/en-us/library/system.string.intern.aspx