NullableAttribute 构造函数

定义

重载

名称 说明
NullableAttribute(Byte)

初始化特性。

NullableAttribute(Byte[])

初始化特性。

NullableAttribute(Byte)

Source:
NullableAttribute.cs
Source:
NullableAttribute.cs
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
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[]

标志值。

适用于