We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2041a42 commit 1141460Copy full SHA for 1141460
src/Common/src/CoreLib/System/Runtime/InteropServices/MarshalAsAttribute.cs
@@ -5,7 +5,7 @@
5
namespace System.Runtime.InteropServices
6
{
7
[AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Field | AttributeTargets.ReturnValue, Inherited = false)]
8
- public sealed class MarshalAsAttribute : Attribute
+ public sealed partial class MarshalAsAttribute : Attribute
9
10
public MarshalAsAttribute(UnmanagedType unmanagedType)
11
0 commit comments