System.Threading.IFuture.Value

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

Delphi

property Value: T read GetValue;

C++

__property T Value = {read=GetValue};

プロパティ

種類 可視性 ソース ユニット
property public
System.Threading.pas
System.Threading.hpp
System.Threading IFuture


説明

プロパティの現在値(GetValue で返されるもの)を(Generics を使って定義された)具体的な型 <T> として表します。

関連項目