[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Jgr.IO.Parser.InvalidBnfFormatException.FormatMessage(System.IO.StreamReader,System.Int64,System.String)"]
C# | Visual Basic | Visual C++ |
private static string FormatMessage( StreamReader reader, long alreadyRead, string message )
Private Shared Function FormatMessage ( _ reader As StreamReader, _ alreadyRead As Long, _ message As String _ ) As String
private: static String^ FormatMessage( StreamReader^ reader, long long alreadyRead, String^ message )
- reader (StreamReader)
[Missing <param name="reader"/> documentation for "M:Jgr.IO.Parser.InvalidBnfFormatException.FormatMessage(System.IO.StreamReader,System.Int64,System.String)"]
- alreadyRead (Int64)
[Missing <param name="alreadyRead"/> documentation for "M:Jgr.IO.Parser.InvalidBnfFormatException.FormatMessage(System.IO.StreamReader,System.Int64,System.String)"]
- message (String)
[Missing <param name="message"/> documentation for "M:Jgr.IO.Parser.InvalidBnfFormatException.FormatMessage(System.IO.StreamReader,System.Int64,System.String)"]
[Missing <returns> documentation for "M:Jgr.IO.Parser.InvalidBnfFormatException.FormatMessage(System.IO.StreamReader,System.Int64,System.String)"]