Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 757 Bytes

SuperLinq.SuperEnumerable.BindByIndex.md

File metadata and controls

14 lines (12 loc) · 757 Bytes

uid: SuperLinq.SuperEnumerable.BindByIndex1(System.Collections.Generic.IEnumerable{0},System.Collections.Generic.IEnumerable{System.Int32}) example: [*content]

The following code example demonstrates how to select elements from a sequence by index, using BindByIndex. [!code-csharp]


uid: SuperLinq.SuperEnumerable.BindByIndex2(System.Collections.Generic.IEnumerable{0},System.Collections.Generic.IEnumerable{System.Int32},System.Func{0,System.Int32,1},System.Func{System.Int32,``1}) example: [*content]

The following code example demonstrates how to select elements from a sequence by index, using BindByIndex. [!code-csharp]