SynchronizationAttribute.REQUIRED フィールド

定義

この属性を適用したクラスを、同期を備えているコンテキスト内で作成する必要があることを示します。 このフィールドは定数です。

public: int REQUIRED = 4;
public const int REQUIRED = 4;
val mutable REQUIRED : int
Public Const REQUIRED As Integer  = 4

フィールド値

Value = 4

適用対象