1[
2 {"type":"Keyword","value":"using"},
3 {"type":"Text","value":" "},
4 {"type":"NameNamespace","value":"System"},
5 {"type":"Punctuation","value":";"},
6 {"type":"Text","value":"\n\n"},
7 {"type":"CommentPreproc","value":"#nullable enable"},
8 {"type":"Text","value":"\n\n"},
9 {"type":"Keyword","value":"public"},
10 {"type":"Text","value":" "},
11 {"type":"Keyword","value":"struct"},
12 {"type":"Text","value":" "},
13 {"type":"NameClass","value":"Student"},
14 {"type":"Text","value":"\n"},
15 {"type":"Punctuation","value":"{"},
16 {"type":"Text","value":"\n "},
17 {"type":"Keyword","value":"public"},
18 {"type":"Text","value":" "},
19 {"type":"KeywordType","value":"string"},
20 {"type":"Text","value":" "},
21 {"type":"Name","value":"FirstName"},
22 {"type":"Punctuation","value":";"},
23 {"type":"Text","value":"\n "},
24 {"type":"Keyword","value":"public"},
25 {"type":"Text","value":" "},
26 {"type":"KeywordType","value":"string?"},
27 {"type":"Text","value":" "},
28 {"type":"Name","value":"MiddleName"},
29 {"type":"Punctuation","value":";"},
30 {"type":"Text","value":"\n "},
31 {"type":"Keyword","value":"public"},
32 {"type":"Text","value":" "},
33 {"type":"KeywordType","value":"string"},
34 {"type":"Text","value":" "},
35 {"type":"Name","value":"LastName"},
36 {"type":"Punctuation","value":";"},
37 {"type":"Text","value":"\n"},
38 {"type":"Punctuation","value":"}"}
39]
View as plain text