Click or drag to resize

ModelingListTRemove Method (T)

Removes the first occurence of a given object from the list. This will also unbind the object from its parent.

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(
	T item
)

Parameters

item
Type: T

Return Value

Type: Boolean
See Also