BindingCollection.Remove Method (BaseInfo[]) |
Adds new object to the collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public override void Remove(
params BaseInfo[] objects
)
Parameters
- objects
- Type:CMS.DataEngine.BaseInfo[]
Objects to add
See Also