Click or drag to resize
DataId32ListTRemove Method (T)
Removes the first occurrence of a specific object from the list.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool Remove(
	T item
)

Parameters

item
Type: T
The object to remove from the list.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ArtDatabanken.Data.DataId32List`1.Remove(`0)"]

See Also