Click or drag to resize

ITextSource Interface

A source of characters or strings.

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public interface ITextSource

The ITextSource type exposes the following members.

Methods
  NameDescription
Public methodGetChar
Returns a character.
Public methodGetText
Returns a string.
Top
See Also