Click or drag to resize

ListBucket<T>.AppendAfter Method

Overload List
  NameDescription
Public methodAppendAfter(T)
Appends the passed in contents in a new bucket after this bucket in the list.
Public methodAppendAfter(ListBucket<T>)
Appends the passed in bucket after this bucket in the list.
Top
See Also