Click or drag to resize

BufferFilterGeneratorT Constructor

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public BufferFilterGenerator(
	IGenerator<T> baseGenerator,
	int bufferCount,
	Func<IEnumerable<T>, bool> predicate
)

Parameters

baseGenerator
Type: Gamelogic.Extensions.ObsoleteIGeneratorT
bufferCount
Type: SystemInt32
predicate
Type: SystemFuncIEnumerableT, Boolean
See Also