Nemerle Documentation

IO Methods

The methods of the IO class are listed below. For a complete list of IO class members, see the IO Members topic.

Public Static Methods

CheckInput Checks if input consist exactly of given string (all consecutive sequences of whitespaces in string and input are treated as single whitespace character, thus they match each other)
ConsumeWhiteSpace  
ReadChar  
ReadIntDigits Read digital characters returning integer value of read string
ReadString Read digital characters returning real value of read string

Public Instance Methods

Equals (inherited from Object)  
GetHashCode (inherited from Object)  
GetType (inherited from Object)  
ToString (inherited from Object)  

Protected Instance Methods

Finalize (inherited from Object)  
MemberwiseClone (inherited from Object)  

See Also

IO Class | Nemerle Namespace