public override ValueTask SelectRangeAsync(int pos1, int pos2) { return(_elementReference.MudSelectRangeAsync(pos1, pos2)); }
/// <summary> /// Selects the specified range of the start text /// </summary> /// <param name="pos1">Start position of the selection</param> /// <param name="pos2">End position of the selection</param> /// <returns></returns> public ValueTask SelectRangeStartAsync(int pos1, int pos2) => _elementReferenceStart.MudSelectRangeAsync(pos1, pos2);