Method BeginCombine
BeginCombine()
This method will provide the user with a starting point to initialize any parameters you want to be used before the actual combining of elements begins.
Declaration
void BeginCombine()
Examples
Following code demonstrates implementation of BeginCombine method.
int count;
public void BeginCombine()
{
count = 0;
}