편집

다음을 통해 공유


NRange.ToRangeUnchecked Method

Definition

Converts a NRange to a Range without doing bounds checks.

public:
 Range ToRangeUnchecked();
public Range ToRangeUnchecked();
member this.ToRangeUnchecked : unit -> Range
Public Function ToRangeUnchecked () As Range

Returns

The converted Range.

Applies to