C# 클래스 SILUBS.PhraseTranslationHelper.SubstringDescriptor

Simple class to allow methods to pass an offset and a length in order to descibe a substring.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
SubstringDescriptor ( int offset, int length ) : System

Initializes a new instance of the SubstringDescriptor class.

메소드 상세

SubstringDescriptor() 공개 메소드

Initializes a new instance of the SubstringDescriptor class.
public SubstringDescriptor ( int offset, int length ) : System
offset int
length int
리턴 System