12 lines
188 B
C#
12 lines
188 B
C#
![]() |
using System;
|
|||
|
using Microsoft.CodeAnalysis;
|
|||
|
|
|||
|
namespace System.Runtime.CompilerServices
|
|||
|
{
|
|||
|
[CompilerGenerated]
|
|||
|
[Embedded]
|
|||
|
internal sealed class IsReadOnlyAttribute : Attribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|