Bridge

Nullable<(Of <(<'T>)>)>..::..HasValue Property

Gets a value indicating whether the current Nullable<(Of <(<'T>)>)> object has a valid value of its underlying type.

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

Syntax


[TemplateAttribute]
public bool HasValue { get; }
<TemplateAttribute> _
Public ReadOnly Property HasValue As Boolean
	Get
[TemplateAttribute]
public:
property bool^ HasValue {
	bool^ get ();
}

Return Value

true if the current Nullable<(Of <(<'T>)>)> object has a value; false if the current Nullable<(Of <(<'T>)>)> object has no value.