ISourceText MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ISourceText type exposes the following members.
Methods

  NameDescription
Public methodPeekChar
Returns next char without advancing position
Public methodReadChar
Returns next char and advances position
Public methodReset
Resets source to beginning
Back to Top
Extension Methods

  NameDescription
Public Extension MethodJSONToDataObject
Deserializes JSON content into IJSONDataObject
(Defined by JSONExtensions.)
Public Extension MethodJSONToDynamic
Deserializes JSON content into dynamic JSON object
(Defined by JSONExtensions.)
Back to Top
Properties

  NameDescription
Public propertyEOF
Indicates whether last character has been read
Public propertyLanguage
Indicates what language this source is supplied in
Public propertyName
Provides a meaningfull name to a source code
Back to Top
See Also