C# Class Tuples.AnonymousTypes.Person

個人情報
Mostra file Open project: ufcpp/UfcppSample

Public Methods

Method Description
Person ( int id, string name, string kana, Sex sex, string phoneNumber, System.DateTime birthDay ) : System

Method Details

Person() public method

public Person ( int id, string name, string kana, Sex sex, string phoneNumber, System.DateTime birthDay ) : System
id int
name string
kana string
sex Sex
phoneNumber string
birthDay System.DateTime
return System