Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

50ebdf9b 710c 0299 8fdb 3133c1dcc567

haplokuon edited this page May 6, 2023 · 1 revision

Remove Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.Collections.ObservableDictionary2.Remove(0)"]

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Remove(
	TKey key
)

VB

Public Function Remove ( 
	key As TKey
) As Boolean

C++

public:
virtual bool Remove(
	TKey key
) sealed

F#

abstract Remove : 
        key : 'TKey -> bool 
override Remove : 
        key : 'TKey -> bool 

Parameters

  TKey
\[Missing <param name="key"/> documentation for "M:netDxf.Collections.ObservableDictionary`2.Remove(`0)"\]

Return Value

Boolean
[Missing <returns> documentation for "M:netDxf.Collections.ObservableDictionary2.Remove(0)"]

Implements

IDictionary(TKey, TValue).Remove(TKey)

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally