CascadeSharp.TKBO.IntTools.IntTools_MarkedRangeSet.InsertRange C# (CSharp) Метод

InsertRange() публичный Метод

public InsertRange ( IntTools_Range theRange, int theFlag ) : bool
theRange IntTools_Range
theFlag int
Результат bool
        public bool InsertRange(IntTools_Range theRange, int theFlag)
        {
            throw new NotImplementedException();
        }

Same methods

IntTools_MarkedRangeSet::InsertRange ( IntTools_Range theRange, int theFlag, int theIndex ) : bool
IntTools_MarkedRangeSet::InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag ) : bool
IntTools_MarkedRangeSet::InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag, int theIndex ) : bool