hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 속성 | 모든 멤버 목록
Newtonsoft.Json.IJsonLineInfo 인터페이스 참조

Provides an interface to enable a class to return line and position information. 더 자세히 ...

Newtonsoft.Json.IJsonLineInfo에 대한 상속 다이어그램 :
Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonValidatingReader Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JConstructor Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JRaw

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에서 구현되었습니다.

속성 문서화

int Newtonsoft.Json.IJsonLineInfo.LineNumber
get

Gets the current line number.

The current line number or 0 if no line information is available (for example, HasLineInfo returns false).

int Newtonsoft.Json.IJsonLineInfo.LinePosition
get

Gets the current line position.

The current line position or 0 if no line information is available (for example, HasLineInfo returns false).


이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: