다음을 통해 공유


NullableAttribute 생성자

정의

오버로드

NullableAttribute(Byte)

특성을 초기화합니다.

NullableAttribute(Byte[])

특성을 초기화합니다.

NullableAttribute(Byte)

Source:
NullableAttribute.cs
Source:
NullableAttribute.cs

특성을 초기화합니다.

public:
 NullableAttribute(System::Byte value);
public NullableAttribute (byte value);
new System.Runtime.CompilerServices.NullableAttribute : byte -> System.Runtime.CompilerServices.NullableAttribute
Public Sub New (value As Byte)

매개 변수

value
Byte

플래그 값입니다.

적용 대상

NullableAttribute(Byte[])

Source:
NullableAttribute.cs
Source:
NullableAttribute.cs

특성을 초기화합니다.

public:
 NullableAttribute(cli::array <System::Byte> ^ value);
public NullableAttribute (byte[] value);
new System.Runtime.CompilerServices.NullableAttribute : byte[] -> System.Runtime.CompilerServices.NullableAttribute
Public Sub New (value As Byte())

매개 변수

value
Byte[]

플래그 값입니다.

적용 대상