|
| | Person (string strFName, string strLName, int iAge) |
| |
| void | BuyCar (float fCost) |
| |
| TestExampleNunit.Person.Person |
( |
| ) |
|
|
inlineprivate |
| TestExampleNunit.Person.Person |
( |
string |
strFName, |
|
|
string |
strLName, |
|
|
int |
iAge |
|
) |
| |
|
inline |
| void TestExampleNunit.Person.BuyCar |
( |
float |
fCost | ) |
|
|
inline |
| string TestExampleNunit.Person.m_FName |
|
private |
| string TestExampleNunit.Person.m_LName |
|
private |
| int TestExampleNunit.Person.m_Age |
|
private |
| float TestExampleNunit.Person.m_cash |
|
private |
| int TestExampleNunit.Person.Age |
|
get |
| string TestExampleNunit.Person.FullName |
|
get |
| float TestExampleNunit.Person.CashBalance |
|
get |
The documentation for this class was generated from the following file: