Click or drag to resize

EnumerableExtensions Class

LINQ extensions.
Inheritance Hierarchy
SystemObject
  KitEnumerableExtensions

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static class EnumerableExtensions
Request Example View Source

The EnumerableExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForEachT
Perform an action on a enumerable of items.
Public methodStatic memberIndexOfT(IEnumerableT, T)
Return the index of an item, or -1 if not found.
Public methodStatic memberIndexOfT(IEnumerableT, T, IEqualityComparerT)
Return the index of an item, or -1 if not found.
Public methodStatic memberJoin(IEnumerableString, String)
Combine a enumerable of strings separated by a delimiter.
Public methodStatic memberJoin(IEnumerableString, StringBuilder, String)
Combine a enumerable of strings separated by a delimiter and append them to a StringBuilder.
Public methodStatic memberLogT
Log all the items in enumerable to the Console.
Public methodStatic memberOneT
Return just the one item specified.
Public methodStatic memberWithIndexT
Allows to traverse over an enumerable along with the indices of items.
Top
See Also

Reference