You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
220 B
10 lines
220 B
4 years ago
|
void Foo(int value)
|
||
|
{
|
||
|
m_Foo[0].prop
|
||
|
= m_Foo[1].prop
|
||
|
= m_Foo[2].prop
|
||
|
= m_Foo[3].prop
|
||
|
= m_Foo[4].prop
|
||
|
= m_Foo[5].prop = value;
|
||
|
}
|