lw_common.ui.text_part.copy C# (CSharp) Method

copy() public method

public copy ( ) : text_part
return text_part
        public text_part copy() {
            var new_ = new text_part(start, len, this);
            return new_;
        }