Click or drag to resize

ObservableDictionaryTKey, TValueRemove Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Remove(
	TKey key
)
Request Example View Source

Parameters

key
Type: TKey

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also