SynchronizationAttribute.NOT_SUPPORTED Field

Definition

Indicates that the class to which this attribute is applied cannot be created in a context that has synchronization. This field is constant.

public: int NOT_SUPPORTED = 1;
public const int NOT_SUPPORTED = 1;
val mutable NOT_SUPPORTED : int
Public Const NOT_SUPPORTED As Integer  = 1

Field Value

Value = 1

Applies to