QuickObjects.ObjectBase Send comments on this topic.
Remove(BaseField) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > Remove Method : Remove(BaseField) Method
fields
The BaseField to remove.
Removes the first occurrence of a specific BaseField from the Collection.

Syntax

C# 
public void Remove( 
   BaseField fields
)

Parameters

fields
The BaseField to remove.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also