Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic CountHistory(
string typeName,
int capacity
)
Public Sub New (
typeName As String,
capacity As Integer
)
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