'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Shared Function AsStructuredDataType( _ ByVal dataType As DataType _ ) As StructuredDataType
'Usage
Dim dataType As DataType Dim value As StructuredDataType value = DataTypeExtension.AsStructuredDataType(dataType)
[Extension()] [CanBeNull()] public static StructuredDataType AsStructuredDataType( DataType dataType )
[Extension()] [CanBeNull()] public: static StructuredDataType^ AsStructuredDataType( 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).