プロジェクトには、まだ使用していない単純なインターフェイス定義があります。しかし、プロジェクトをビルドしようとすると、次のエラーが発生します。
アクセスが拒否されました:'System.IEquatable`1[Reactor.IOptions]'。
以下はインターフェースです:
Interface IOptions
Inherits Xml.Serialization.IXmlSerializable ' Optoins Should Serialize to XML
Inherits System.Runtime.Serialization.ISerializable ' Options should implement .net Serialization
Inherits System.ICloneable ' Must be able to copy options
Inherits System.IEquatable(Of IOptions) ' Must be able to compare opitons
End Interface
何か案は?