IndexedList<TItem, TIndexer>.

Clear() Method

Summary

Removes all items from this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public void Clear()

Remarks

This method has O(N) complexity.

Return Value

Type Description
void