This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace System.Runtime.CompilerServices {
|
||||
public interface IUnion { }
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public sealed class UnionAttribute : Attribute { }
|
||||
}
|
||||
Reference in New Issue
Block a user