Method SetText
SetText(Char[], Int32, Int32)
Set a new region of text to be examined by this iterator
Declaration
public virtual void SetText(char[] array, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | array | text buffer to examine |
System.Int32 | start | offset into buffer |
System.Int32 | length | maximum length to examine |