C# Класс SILUBS.PhraseTranslationHelper.SubstringDescriptor

Simple class to allow methods to pass an offset and a length in order to descibe a substring.
Показать файл Открыть проект

Открытые методы

Метод Описание
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