SIFWorks ADK 2.0
Remove Method (key)
NamespacesEdustructures.SifWorksSifKeyedList<(Of <TKey, TValue>)>Remove(TKey)

[This is preliminary documentation and is subject to change.]

Removes all items from this list with the specified key
Declaration Syntax
C#Visual BasicVisual C++
public int Remove(
	TKey key
)
Public Function Remove ( _
	key As TKey _
) As Integer
public:
int Remove (
	TKey key
)
Parameters
key (TKey)
The key to this list
Return Value
The number of items removed

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10