|
List (the Get method)
Returns a pointer to the CLinkedList<T>.
CLinkedList<T>* List(); |
Return Value
Returns a pointer to the CLinkedList<T> linked list.
List (the Set method)
Sets a pointer to the CLinkedList<T>.
void List(
|
Parameters
*value
[in] A pointer to the linked list CLinkedList<T>.