This website works better with JavaScript.
Explore
Help
Register
Sign In
forget_the_bright
/
dotnet-learn-vs
Watch
1
Star
0
Fork
You've already forked dotnet-learn-vs
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c540e76fca
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c540e76fca'
${ noResults }
dotnet-learn-vs
/
WebMVC
/
WebMVCApi
/
Models
/
Person.cs
5 lines
85 B
C#
Raw
Normal View
History
Unescape
Escape
init
2 years ago
namespace
WebMVCApi.Models
{
public
record
Person
(
string
Name
,
string
Age
)
;
}