internal IntroducedMethodEnumerator(RuntimeType type)
 {
     this._handle    = RuntimeTypeHandle.GetFirstIntroducedMethod(type);
     this._firstCall = true;
 }