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

Split() public method

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