Clear method

void Clear()

Implementation

void Clear()
{
  SetData(null);
}