Applies toTMethodEnumerator
DeclarationFunction GetMethodCount: Integer;Implementation
function TMethodEnumerator.GetMethodCount: Integer; begin Result := Length(FMethodNameList); End;