[ {"type":"Keyword","value":"using"}, {"type":"Text","value":" "}, {"type":"NameNamespace","value":"System"}, {"type":"Punctuation","value":";"}, {"type":"Text","value":"\n\n"}, {"type":"CommentPreproc","value":"#nullable enable"}, {"type":"Text","value":"\n\n"}, {"type":"Keyword","value":"public"}, {"type":"Text","value":" "}, {"type":"Keyword","value":"struct"}, {"type":"Text","value":" "}, {"type":"NameClass","value":"Student"}, {"type":"Text","value":"\n"}, {"type":"Punctuation","value":"{"}, {"type":"Text","value":"\n "}, {"type":"Keyword","value":"public"}, {"type":"Text","value":" "}, {"type":"KeywordType","value":"string"}, {"type":"Text","value":" "}, {"type":"Name","value":"FirstName"}, {"type":"Punctuation","value":";"}, {"type":"Text","value":"\n "}, {"type":"Keyword","value":"public"}, {"type":"Text","value":" "}, {"type":"KeywordType","value":"string?"}, {"type":"Text","value":" "}, {"type":"Name","value":"MiddleName"}, {"type":"Punctuation","value":";"}, {"type":"Text","value":"\n "}, {"type":"Keyword","value":"public"}, {"type":"Text","value":" "}, {"type":"KeywordType","value":"string"}, {"type":"Text","value":" "}, {"type":"Name","value":"LastName"}, {"type":"Punctuation","value":";"}, {"type":"Text","value":"\n"}, {"type":"Punctuation","value":"}"} ]