Метод | Описание | |
---|---|---|
Person ( ) : System.Collections.Generic | ||
Person ( string firstName, string lastName, int age ) : System.Collections.Generic |
public Person ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Person ( string firstName, string lastName, int age ) : System.Collections.Generic | ||
firstName | string | |
lastName | string | |
age | int | |
Результат | System.Collections.Generic |