CascadeSharp.TKService.Aspect.Aspect_SequenceOfColor.InsertBefore C# (CSharp) Method

InsertBefore() public method

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

Same methods

Aspect_SequenceOfColor::InsertBefore ( int theIndex, Quantity_Color theItem ) : void