CascadeSharp.TKBO.IntTools.IntTools_SequenceOfCommonPrts.InsertBefore C# (CSharp) Method

InsertBefore() public method

public InsertBefore ( int theIndex, IntTools_CommonPrt theItem ) : void
theIndex int
theItem IntTools_CommonPrt
return void
        public void InsertBefore(int theIndex, IntTools_CommonPrt theItem)
        {
            throw new NotImplementedException();
        }

Same methods

IntTools_SequenceOfCommonPrts::InsertBefore ( int theIndex, IntTools_SequenceOfCommonPrts theSeq ) : void