Skip to content

Commit 7c85cee

Browse files
Add DefaultMemberAttribute to Test.CoreLib (#108236)
Fixes #107953.
1 parent f2dfbf5 commit 7c85cee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/coreclr/nativeaot/Runtime.Base/src/System/Attribute.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ public abstract class Attribute
88
{
99
}
1010
}
11+
12+
namespace System.Reflection
13+
{
14+
public sealed class DefaultMemberAttribute : Attribute
15+
{
16+
public DefaultMemberAttribute(string memberName) { }
17+
}
18+
}

0 commit comments

Comments
 (0)