NullableAttribute Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| NullableAttribute(Byte) |
Initierar attributet. |
| NullableAttribute(Byte[]) |
Initierar attributet. |
NullableAttribute(Byte)
- Källa:
- NullableAttribute.cs
- Källa:
- NullableAttribute.cs
- Källa:
- NullableAttribute.cs
- Källa:
- NullableAttribute.cs
Initierar attributet.
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)
Parametrar
- value
- Byte
Värdet för flaggor.
Gäller för
NullableAttribute(Byte[])
- Källa:
- NullableAttribute.cs
- Källa:
- NullableAttribute.cs
- Källa:
- NullableAttribute.cs
- Källa:
- NullableAttribute.cs
Initierar attributet.
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())
Parametrar
- value
- Byte[]
Värdet för flaggor.