C# Class Dev2.Data.TO.StringSegments

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
AddSegment ( string segment ) : void
IsEmpty ( ) : bool
Length ( ) : int
StringSegments ( ) : System.Collections.Generic

Method Details

AddSegment() public method

public AddSegment ( string segment ) : void
segment string
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

StringSegments() public method

public StringSegments ( ) : System.Collections.Generic
return System.Collections.Generic