IExtremaEnumerableTTakeLast Method
            Returns a specified number of contiguous elements at the end of the
            sequence.
            
Namespace: MoreLinqAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
IEnumerable<T> TakeLast(
	int count
)
Function TakeLast ( 
	count As Integer
) As IEnumerable(Of T)
IEnumerable<T>^ TakeLast(
	int count
)
abstract TakeLast : 
        count : int -> IEnumerable<'T> 
- count  Int32
 - The number of elements to return.
 
IEnumerableT
            An 
IEnumerableT that contains the specified number
            of elements at the end of the input sequence.