NullablePublicOnlyAttribute(Boolean) Constructor

Definition

Initializes the attribute.

public:
 NullablePublicOnlyAttribute(bool value);
public NullablePublicOnlyAttribute (bool value);
new System.Runtime.CompilerServices.NullablePublicOnlyAttribute : bool -> System.Runtime.CompilerServices.NullablePublicOnlyAttribute
Public Sub New (value As Boolean)

Parameters

value
Boolean

Indicates whether metadata for internal members is included.

Applies to