'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Public Property TypedValue As TValue
'Usage
Dim instance As UAAttributeData(Of TValue) Dim value As TValue instance.TypedValue = value value = instance.TypedValue
[JetBrains.Annotations.CanBeNull()] public TValue TypedValue {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).