setNext method

void setNext(
  1. ClipLineData? next
)

Implementation

void setNext( ClipLineData? next ){
	_next = next;
}