public static partial class CompilerMarshalOverride
{
}
+ [System.AttributeUsage(System.AttributeTargets.All)]
+ internal sealed class DecoratedNameAttribute : System.Attribute
+ {
+ public DecoratedNameAttribute(string decoratedName) {}
+ }
[System.AttributeUsageAttribute(System.AttributeTargets.Struct)]
public sealed partial class HasCopySemanticsAttribute : System.Attribute
{
{
}
+ [AttributeUsage(AttributeTargets.All)]
+ internal sealed class DecoratedNameAttribute : Attribute
+ {
+ public DecoratedNameAttribute(string decoratedName) {}
+ }
+
// Indicates that the modified instance is pinned in memory.
public static class IsPinned
{