Skip to content

Commit 1141460

Browse files
EgorBojkotas
authored andcommitted
Add "partial" to MarshalAsAttribute (dotnet/coreclr#24014)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
1 parent 2041a42 commit 1141460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/CoreLib/System/Runtime/InteropServices/MarshalAsAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace System.Runtime.InteropServices
66
{
77
[AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Field | AttributeTargets.ReturnValue, Inherited = false)]
8-
public sealed class MarshalAsAttribute : Attribute
8+
public sealed partial class MarshalAsAttribute : Attribute
99
{
1010
public MarshalAsAttribute(UnmanagedType unmanagedType)
1111
{

0 commit comments

Comments
 (0)