Method | Description | |
---|---|---|
Person ( ) : System.Collections.Generic | ||
Person ( string firstName, string lastName, int age ) : System.Collections.Generic |
public Person ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Person ( string firstName, string lastName, int age ) : System.Collections.Generic | ||
firstName | string | |
lastName | string | |
age | int | |
return | System.Collections.Generic |