Click or drag to resize

IGenerator Interface

Note: This API is now obsolete.

A type less Generator that is the base of all generators.

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 2, 0)]
[ObsoleteAttribute("Use the static functions in Gamelogic.Generators.Generator instead.")]
public interface IGenerator

The IGenerator type exposes the following members.

Methods
  NameDescription
Public methodNext
Generates an element of typ object.
Top
Extension Methods
See Also