Property Image
Image
Returns a string made up of characters from the marked token beginning to the current buffer position. Implementations have the choice of returning anything that they want to. For example, for efficiency, one might decide to just return null, which is a valid implementation.
Declaration
string Image { get; }
Property Value
Type | Description |
---|---|
System.String |