Click or drag to resize
CountHistory Constructor
Initializes a new instance of the CountHistory class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public CountHistory(
	string typeName,
	int capacity
)

Parameters

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:Planetbase.CountHistory.#ctor(System.String,System.Int32)"]

capacity
Type: SystemInt32

[Missing <param name="capacity"/> documentation for "M:Planetbase.CountHistory.#ctor(System.String,System.Int32)"]

See Also