hdac SDK
SDK for hdac blockchain development
|
Provides an interface to enable a class to return line and position information. 더 자세히 ...
Public 멤버 함수 | |
bool | HasLineInfo () |
Gets a value indicating whether the class can return line information. 더 자세히 ... | |
속성 | |
int | LineNumber [get] |
Gets the current line number. 더 자세히 ... | |
int | LinePosition [get] |
Gets the current line position. 더 자세히 ... | |
Provides an interface to enable a class to return line and position information.
bool Newtonsoft.Json.IJsonLineInfo.HasLineInfo | ( | ) |
Gets a value indicating whether the class can return line information.
true
if LineNumber and LinePosition can be provided; otherwise, false
. Newtonsoft.Json.JsonTextReader에서 구현되었습니다.
|
get |
Gets the current line number.
The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
|
get |
Gets the current line position.
The current line position or 0 if no line information is available (for example, HasLineInfo returns false).