[This is preliminary documentation and is subject to change.]
The ISourceText type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | PeekChar |
Returns next char without advancing position
|
![]() | ReadChar |
Returns next char and advances position
|
![]() | Reset |
Resets source to beginning
|
Extension Methods
Name | Description | |
---|---|---|
![]() | JSONToDataObject |
Deserializes JSON content into IJSONDataObject
(Defined by JSONExtensions.) |
![]() | JSONToDynamic |
Deserializes JSON content into dynamic JSON object
(Defined by JSONExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() | EOF |
Indicates whether last character has been read
|
![]() | Language |
Indicates what language this source is supplied in
|
![]() | Name |
Provides a meaningfull name to a source code
|
See Also