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.
8cde999b5b
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8cde999b5b'
${ noResults }
dotnet-learn-vs
/
WebMVC
/
WebMVCApi
/
Models
/
Person.cs
5 lines
85 B
C#
Raw
Blame
History
namespace
WebMVCApi.Models
{
public
record
Person
(
string
Name
,
string
Age
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink