Bridge

Nullable<(Of <(<'T>)>)> Structure

Represents a value type that can be assigned null.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[ConstructorAttribute]
[NameAttribute]
public struct Nullable<T>
<ExternalAttribute> _
<ConstructorAttribute> _
<NameAttribute> _
Public Structure Nullable(Of T)
[ExternalAttribute]
[ConstructorAttribute]
[NameAttribute]
generic<typename T>
public value class Nullable

Type Parameters

T
The underlying value type of the Nullable<(Of <(<'T>)>)> generic type.