C# 클래스 WebApplications.Utilities.Difference.StringChunk

상속: WebApplications.Utilities.Formatting.Writeable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
AreEqual bool
OffsetA int
OffsetB int

공개 메소드들

메소드 설명
WriteTo ( TextWriter writer, FormatBuilder lineFormat = null ) : void

Writes this instance to a writer.

WriteTo ( TextWriter writer, FormatBuilder lineFormat, FormatBuilder chunkFormat ) : void

Writes this instance to a writer.

비공개 메소드들

메소드 설명
StringChunk ( bool areEqual, [ a, int offsetA, [ b, int offsetB ) : System

Initializes a new instance of the StringChunk class.

메소드 상세

WriteTo() 공개 메소드

Writes this instance to a writer.
public WriteTo ( TextWriter writer, FormatBuilder lineFormat = null ) : void
writer System.IO.TextWriter The writer.
lineFormat FormatBuilder The format.
리턴 void

WriteTo() 공개 메소드

Writes this instance to a writer.
public WriteTo ( TextWriter writer, FormatBuilder lineFormat, FormatBuilder chunkFormat ) : void
writer System.IO.TextWriter The writer.
lineFormat FormatBuilder The format.
chunkFormat FormatBuilder The chunk format.
리턴 void

프로퍼티 상세

AreEqual 공개적으로 프로퍼티

if A and B are considered equal.
public bool AreEqual
리턴 bool

OffsetA 공개적으로 프로퍼티

The offset of A in the original "A" string.
public int OffsetA
리턴 int

OffsetB 공개적으로 프로퍼티

The offset of B in the original "B" string.
public int OffsetB
리턴 int