Click or drag to resize

TestHelperRandGenres Method

[Missing <summary> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.RandGenres(Orthogonal.Hoarder.StdLib.Entity.Configuration2,System.Int32,System.Int32)"]


Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
protected Genre[] RandGenres(
	Configuration2 config,
	int min,
	int max
)

Parameters

config  Configuration2

[Missing <param name="config"/> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.RandGenres(Orthogonal.Hoarder.StdLib.Entity.Configuration2,System.Int32,System.Int32)"]

min  Int32

[Missing <param name="min"/> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.RandGenres(Orthogonal.Hoarder.StdLib.Entity.Configuration2,System.Int32,System.Int32)"]

max  Int32

[Missing <param name="max"/> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.RandGenres(Orthogonal.Hoarder.StdLib.Entity.Configuration2,System.Int32,System.Int32)"]

Return Value

Genre

[Missing <returns> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.RandGenres(Orthogonal.Hoarder.StdLib.Entity.Configuration2,System.Int32,System.Int32)"]

See Also