我在Windows Forms C#和Visual的解决方案 Studio 2013年从大学(dreamspark)。当我尝试运行我的解决方案,我得到一个错误: Error 2 The type or namespace name 'PowerPacks' does not exist in the namespace 'Microsoft.VisualBasic' (are you mis
如何将键 - 值对添加到由用户类型声明的成员HashMultiMap上的实例?也许我做错事 #r"FSharp.PowerPack"
type Test() =
member this.tmp = new HashMultiMap<string, int>(HashIdentity.Structural)
member this.add name test =