mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Here's an example:
```cs
public record struct CopilotContextId_RecordStruct(Guid id)
{
public Guid guid { get; } = id;
public CopilotContextId_RecordStruct() : this(Guid.NewGuid())
{
}
}
```
pull/3598/head
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue