C# Class CSharp_Property.A

ファイルを表示 Open project: ohs108/unity_lecture

Public Methods

Method Description
GetAge ( ) : int
GetName ( ) : string
SetAge ( int age ) : void
SetName ( string name ) : void

Method Details

GetAge() public method

public GetAge ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string

SetAge() public method

public SetAge ( int age ) : void
age int
return void

SetName() public method

public SetName ( string name ) : void
name string
return void