Skip to content

M_CodeJam_Collections_LazyDictionary_2_Clear

Andrew Koryavchenko edited this page Jun 17, 2018 · 7 revisions

LazyDictionary(TKey, TValue).Clear Method

Clears all created values

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public void Clear()

VB

Public Sub Clear

F#

abstract Clear : unit -> unit 
override Clear : unit -> unit 

Implements

ILazyDictionary(TKey, TValue).Clear()

See Also

Reference

LazyDictionary(TKey, TValue) Class
CodeJam.Collections Namespace

Clone this wiki locally