C# Class SILUBS.PhraseTranslationHelper.SubstringDescriptor

Simple class to allow methods to pass an offset and a length in order to descibe a substring.
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
SubstringDescriptor ( int offset, int length ) : System

Initializes a new instance of the SubstringDescriptor class.

Method Details

SubstringDescriptor() public method

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