C# Class System.SegmentMapping

Represents a segment mapping. A segment mapping maps a segment of the first series (like a consecutive part of an array or a string) to a segment of the second series.
Show file Open project: tonyriverms/DoNetExtensions

Public Methods

Method Description
SegmentMapping ( ) : System

Initializes a new instance of System.SegmentMapping object.

ToString ( ) : string

Method Details

SegmentMapping() public method

Initializes a new instance of System.SegmentMapping object.
public SegmentMapping ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string