'Declaration Public Function New( _
ByVal startWordIndexНачальный индекс слова.As System.Int32, _
ByVal wordСлово.As System.String _
)
public WordPosition(
System.Int32 startWordIndex,
System.String word
)
public: WordPosition(
System.Int32 startWordIndex,
System.String word
)
public:
WordPosition(
System.Int32 startWordIndex,
System.String word
)
Parameters
- startWordIndex
- Начальный индекс слова.
- word
- Слово.