Changes
/* Who-Bert Example */
public class ObjectTest
{
public void TestObject(params BaseClass\[] InVariables)
{
Debugger.Output(this, "\*\*\* Started ActiveList Example");
foreach (BaseClass obj in InVariables)
{
}
} </syntaxhighlight>
[[Category:ActiveList|UBIK Active Lists]]
[[Category:Server|UBIK Active Lists]]
= Further Notes =