'Declaration
<NotNullAttribute()> <UsedImplicitlyAttribute()> Protected Function GetStandardNameValues() As TypeConverter.StandardValuesCollection
'Usage
Dim instance As Parameters Dim value As TypeConverter.StandardValuesCollection value = instance.GetStandardNameValues()
[NotNull()] [UsedImplicitly()] protected TypeConverter.StandardValuesCollection GetStandardNameValues()
[NotNull()] [UsedImplicitly()] protected: TypeConverter.StandardValuesCollection^ GetStandardNameValues();
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value can be null
(Nothing
in Visual Basic).