Click or drag to resize

PooledLinkedListTCount Property

Gets the number of nodes contained in the PooledLinkedList<T>.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Count { get; }
Request Example View Source

Property Value

Type: Int32

Implements

ICollectionTCount
See Also