Applies toTMethodEnumerator
DeclarationFunction GetNameOfMethod(Index: integer): string;Implementation
function TMethodEnumerator.GetNameOfMethod(Index: integer): string; begin Result := FMethodNameList[Index]; End;