Click or drag to resize

select Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  WhetStone.Loopingselect

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class select
Methods
  NameDescription
Public methodStatic memberSelectT, R(ICollectionT, FuncT, R)
Public methodStatic memberSelectT, R(IListT, FuncT, R)
Public methodStatic memberSelectT, R(ICollectionT, FuncT, R, FuncR, T)
Public methodStatic memberSelectT, R(IListT, FuncT, R, FuncR, T)
Public methodStatic memberSelectT, R0, R1(IDictionaryT, R0, FuncR0, R1)
Public methodStatic memberSelectK0, K1, R0, R1(IDictionaryK0, R0, FuncK0, K1, FuncK1, K0, FuncR0, R1, FuncR1, R0)
Top
See Also