SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Weak
List
T
Clear Method
Clears all of the times in the list. Method is thread safe.
Definition
Namespace:
SnapDB.Collections
Assembly:
SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
C#
Copy
View Source
Request Example
public
void
Clear
()
VB
Copy
View Source
Request Example
Public
Sub
Clear
C++
Copy
View Source
Request Example
public
:
void
Clear
()
JavaScript
Copy
View Source
Request Example
function
Clear
();
See Also
Reference
WeakList
T
Class
SnapDB.Collections Namespace
In This Article
Definition
See Also