Click or drag to resize
LinkedBucketList<T>.InsertHead Method
Overload List
  NameDescription
Public methodInsertHead(T)
Inserts the specified contents in a new bucket as the new head in the list.
Public methodInsertHead(ListBucket<T>)
Inserts the specified bucket as the new head in the list.
Top
See Also