'Declaration Public Function New( _
ByVal startWordIndexStart index of the word.As System.Int32, _
ByVal wordThe 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
- Start index of the word.
- word
- The word.