-
var alt = new Person
-
{
-
Name = "Alt",
-
Gender = "male",
-
Description = "A developer with over 10 years of experience in c#.",
-
QQ = "8720826",
-
Blog = "blog.yescent.com",
-
Github = "github.com/8720826",
-
Projects = new List<Project>
-
{
-
new Project
-
{
-
Name = "emud",
-
Url = "github.com/8720826/emud"
-
}
-
}
-
};
-
-
alt.Say("Hello World!");