IExtremaEnumerableTTake Method
            Returns a specified number of contiguous elements from the start of
            the sequence.
            
Namespace: MoreLinqAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
IEnumerable<T> Take(
	int count
)
Function Take ( 
	count As Integer
) As IEnumerable(Of T)
IEnumerable<T>^ Take(
	int count
)
abstract Take : 
        count : int -> IEnumerable<'T> 
- count  Int32
- The number of elements to return.
IEnumerableT
            An 
IEnumerableT that contains the specified number
            of elements from the start of the input sequence.