 | FibonacciHeapItemTItem Property |
Item held by this container.
Namespace: Slash.Collections.PriorityQueuesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxPublic ReadOnly Property Item As T
Get
public:
virtual property T Item {
T get () sealed;
}
abstract Item : 'T with get
override Item : 'T with get
Property Value
Type:
TImplements
IPriorityQueueItemTItem
See Also