Table of Contents

Class SingleValueEnumeratorExtensions

Namespace
Garyon.Objects.Enumerators
Assembly
Garyon.dll
public static class SingleValueEnumeratorExtensions
Inheritance
SingleValueEnumeratorExtensions
Inherited Members

Methods

EnumerateSingle<T>(T)

Creates a new SingleValueEnumerator<T> instance for the given value.

public static SingleValueEnumerator<T> EnumerateSingle<T>(this T value)

Parameters

value T

The value which will be enumerated.

Returns

SingleValueEnumerator<T>

A SingleValueEnumerator<T> instance enumerating the given single value.

Type Parameters

T

The type of the value.