C# Class SimpleFramework.Xml.Core.Person

ファイルを表示 Open project: ngallagher/simplexml

Public Methods

Method Description
Person ( String name, String value, int age, Profession job ) : SimpleFramework.Xml.Core

Private Methods

Method Description
Person ( ) : SimpleFramework.Xml.Core

Method Details

Person() public method

public Person ( String name, String value, int age, Profession job ) : SimpleFramework.Xml.Core
name String
value String
age int
job Profession
return SimpleFramework.Xml.Core