System.JSON.BSON.TBsonReader.CurrentElementType

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

Delphi

property CurrentElementType: TBsonType read FCurrentElementType;

C++

__property TBsonType CurrentElementType = {read=FCurrentElementType, nodefault};

プロパティ

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


説明

現在のトークンのBSON 型を示します。

関連項目