CascadeSharp.TKBO.IntTools.IntTools_ListOfCurveRangeSample.Append C# (CSharp) Method

Append() public method

public Append ( IntTools_CurveRangeSample theItem ) : IntTools_CurveRangeSample
theItem IntTools_CurveRangeSample
return IntTools_CurveRangeSample
        public IntTools_CurveRangeSample Append(IntTools_CurveRangeSample theItem)
        {
            throw new NotImplementedException();
        }

Same methods

IntTools_ListOfCurveRangeSample::Append ( IntTools_ListOfCurveRangeSample theOther ) : void