Removes the specified data-field from the list of data-fields.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionThe item parameter is null.

See Also