C# 클래스 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.
파일 보기 프로젝트 열기: tonyriverms/DoNetExtensions

공개 메소드들

메소드 설명
SegmentMapping ( ) : System

Initializes a new instance of System.SegmentMapping object.

ToString ( ) : string

메소드 상세

SegmentMapping() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string