MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / Return

Method Return

src/Squirrel/EnumerableExtensions.cs:11–14  ·  view source on GitHub ↗
(T value)

Source from the content-addressed store, hash-verified

9 internal static class EnumerableExtensions
10 {
11 public static IEnumerable<T> Return<T>(T value)
12 {
13 yield return value;
14 }
15
16 /// <summary>
17 /// Enumerates the sequence and invokes the given action for each value in the sequence.

Callers 1

FetchReleaseNotesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected