C# Class SILUBS.PhraseTranslationHelper.SubstringDescriptor

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

Méthodes publiques

Méthode Description
SubstringDescriptor ( int offset, int length ) : System

Initializes a new instance of the SubstringDescriptor class.

Method Details

SubstringDescriptor() public méthode

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