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

Prepend() public method

public Prepend ( IntTools_CommonPrt theItem ) : void
theItem IntTools_CommonPrt
return void
        public void Prepend(IntTools_CommonPrt theItem)
        {
            throw new NotImplementedException();
        }

Same methods

IntTools_SequenceOfCommonPrts::Prepend ( IntTools_SequenceOfCommonPrts theSeq ) : void