0
1
llucycodes42
The following code declares a public record named Person with a string named Name. The Name field is of type string.
Shortcut: record
public record Person(string Name);
0
1
llucycodes42
The following code declares a public record named Person with a string named Name. The Name field is of type string.
Shortcut: record
public record Person(string Name);