'Declaration
Public Function New( _ ByVal cs As CharacterSet _ )
'Usage
Dim cs As CharacterSet Dim instance As New CharacterSet(cs)
public CharacterSet( CharacterSet cs )
public: CharacterSet( CharacterSet* cs )
public: CharacterSet( CharacterSet^ cs )
Parameters
- cs
- The CharacterSet object to construct the new character set with the new instance equivalent to the parameter.