Click or drag to resize

ModelingListTRemove Method (T)

Removes the first occurence of each specified object from the list. All objects will also be unbound from the parent object.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool Remove(
	params T[] items
)

Parameters

items
Type: T

Return Value

Type: Boolean
See Also