Adds characters to the CharacterSet.
Syntax
'Declaration
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Overloads Overridable Sub Add( _
ByVal As System.String _
)
'Usage
Dim instance As CharacterSet
Dim characters As System.String
instance.Add(characters)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public virtual void Add(
System.string
)
public procedure Add(
: System.String
); virtual;
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function Add(
: System.String
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: virtual void Add(
System.string*
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
virtual void Add(
System.String^
)
Parameters
- characters
- A string of characters to add.
See Also