Click or drag to resize

GeneratorReferenceGetGenerator Method

[Missing <summary> documentation for "M:Demo3D.Common.Random.GeneratorReference.GetGenerator(Demo3D.Common.Random.GeneratorRegistry)"]

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public IGenerator GetGenerator(
	GeneratorRegistry registry
)

Parameters

registry
Type: Demo3D.Common.RandomGeneratorRegistry

[Missing <param name="registry"/> documentation for "M:Demo3D.Common.Random.GeneratorReference.GetGenerator(Demo3D.Common.Random.GeneratorRegistry)"]

Return Value

Type: IGenerator

[Missing <returns> documentation for "M:Demo3D.Common.Random.GeneratorReference.GetGenerator(Demo3D.Common.Random.GeneratorRegistry)"]

See Also