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.
Afficher le fichier Open project: tonyriverms/DoNetExtensions

Méthodes publiques

Méthode Description
SegmentMapping ( ) : System

Initializes a new instance of System.SegmentMapping object.

ToString ( ) : string

Method Details

SegmentMapping() public méthode

Initializes a new instance of System.SegmentMapping object.
public SegmentMapping ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string