Class PlantsInAreaEnumerableExtensions
Allows to use Enumerable.AsValueEnumerable without boxing.
Inheritance
System.Object
PlantsInAreaEnumerableExtensions
Namespace: Eco.Simulation.Plants
Assembly: Eco.Simulation.dll
Syntax
public static class PlantsInAreaEnumerableExtensions : Object
Methods
AsValueEnumerable(PlantsInAreaEnumerable)
Declaration
public static ValueEnumerableExtensions.ValueEnumerable<PlantsInAreaEnumerable, PoolableListEnumerator<Plant>, PoolableListEnumerator<Plant>, Plant, FunctionWrapper<PlantsInAreaEnumerable, PoolableListEnumerator<Plant>>, FunctionWrapper<PlantsInAreaEnumerable, PoolableListEnumerator<Plant>>> AsValueEnumerable(this PlantsInAreaEnumerable enumerable)
Parameters
Type | Name | Description |
---|---|---|
PlantsInAreaEnumerable | enumerable |
Returns
Type | Description |
---|---|
NetFabric.Hyperlinq.ValueEnumerableExtensions.ValueEnumerable<PlantsInAreaEnumerable, PoolableListEnumerator<Plant>, PoolableListEnumerator<Plant>, Plant, NetFabric.Hyperlinq.FunctionWrapper<PlantsInAreaEnumerable, PoolableListEnumerator<Plant>>, NetFabric.Hyperlinq.FunctionWrapper<PlantsInAreaEnumerable, PoolableListEnumerator<Plant>>> |