Variable FullName.name
Declaration
struct FullName
{
// ...
string name;
// ...
}
struct FullName
{
// ...
string name;
// ...
}