'Declaration
Public Overloads Sub Remove( _ ByVal memberName As String _ )
'Usage
Dim instance As EnumerationDataType Dim memberName As String instance.Remove(memberName)
public void Remove( string memberName )
public: void Remove( String^ memberName )
Parameters
- memberName
- The name of the enumeration member to be removed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).