Removes the specified data-field from the list of data-fields.
Namespace: S22.Xmpp.Extensions.DataformsAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void Remove( DataField item ) |
Parameters
- item
- Type: S22.Xmpp.Extensions.Dataforms..::..DataField
The data-field to remove from the list of data-fields.
Remarks
If the specified data-field is not contained in the list of
data-fields, this method does nothing.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The item parameter is null. |