'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Shared Function AsUnionDataType( _ ByVal dataType As DataType _ ) As UnionDataType
'Usage
Dim dataType As DataType Dim value As UnionDataType value = DataTypeExtension.AsUnionDataType(dataType)
[Extension()] [CanBeNull()] public static UnionDataType AsUnionDataType( DataType dataType )
[Extension()] [CanBeNull()] public: static UnionDataType^ AsUnionDataType( DataType^ dataType )
Parameters
- dataType
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).