C# Class cleancode.LinqSamples

Mostrar archivo Open project: kontur-edu/kampus-ekb-2014-03

Public Methods

Method Description
AllGuids ( ) : IEnumerable
SelectManySample ( ) : void
UseIEnumerable ( ) : void
UseYieldReturn ( ) : void

Method Details

AllGuids() public static method

public static AllGuids ( ) : IEnumerable
return IEnumerable

SelectManySample() public static method

public static SelectManySample ( ) : void
return void

UseIEnumerable() public static method

public static UseIEnumerable ( ) : void
return void

UseYieldReturn() public static method

public static UseYieldReturn ( ) : void
return void