|
CollectionExtensionsMiddleT Method
|
Gets the middle item(s) from an enumeration, i.e., one return item for odd lengths, two for even lengths.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntax
Remarks
If enumeration length is even, two items will be returned representing the items in the middle of the set;
otherwise, if the enumeration length is odd, one item will be returned from exactly the middle of the set.
See Also