C# Class Test.UserInfo

Inheritance: System.Web.UI.Page
Show file Open project: zhujunxxxxx/FastNetwork Class Usage Examples

Public Properties

Property Type Description
age int
username string

Public Methods

Method Description
UserInfo ( string name, int age ) : System

Method Details

UserInfo() public method

public UserInfo ( string name, int age ) : System
name string
age int
return System

Property Details

age public property

public int age
return int

username public property

public string username
return string