Skip to content

Overload_CSharpx_EnumerableExtensions_Concat

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

EnumerableExtensions.Concat Method

Overload List

 

Name Description
Public methodStatic member Concat(T)(IEnumerable(T), T) Returns a sequence consisting of the head elements and the given tail element.
Public methodStatic member Concat(T)(T, IEnumerable(T)) Returns a sequence consisting of the head element and the given tail elements.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CSharpx Namespace

Clone this wiki locally