```csharp unsafe record struct Foo() { public int* Bar { get; init; } public Foo(int* bar) : th

unsafe record struct Foo()
{
public int* Bar { get; init; }

public Foo(int* bar) : this()
{
Bar = bar
}
}
unsafe record struct Foo()
{
public int* Bar { get; init; }

public Foo(int* bar) : this()
{
Bar = bar
}
}
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?