System.JSON.BSON.TBsonReader.Skip

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Skip; override;

C++

virtual void __fastcall Skip();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader


説明

現在の BSON トークンの子をスキップします。

Skip は、現在の BSON トークンの深度レベルでのみ評価を行います。

関連項目