Dev2.Data.TO.StringSegments.StringSegments C# (CSharp) Method

StringSegments() public method

public StringSegments ( ) : System.Collections.Generic
return System.Collections.Generic
        public StringSegments()
        {
            Segments = new List<string>();
            BoundrySize = MAX_SIZE_FOR_STRING;
        }