0
2
llucycodes42
The code defines a public property named Name. When the code is executed, the Name property gets access to the value assigned to it when the code is initialized. The Name property can also be accessed directly with the address of the property, which is automatically generated for you when you create a class.
Shortcut: propinit
public string Name { get; init; }