public void Dispose() { this.m_MyGenList = null; }
public MyGenEnumerator(MyGenList <T> genList) { this.m_MyGenList = genList; }