[Missing <summary> documentation for "M:BaseLib.Handlers.CreatorBase.InputInt(System.String,System.Int32)"]

Namespace: BaseLib.Handlers
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
protected int InputInt(
	string property,
	int defaultValue
)

Parameters

property
Type: System..::..String

[Missing <param name="property"/> documentation for "M:BaseLib.Handlers.CreatorBase.InputInt(System.String,System.Int32)"]

defaultValue
Type: System..::..Int32

[Missing <param name="defaultValue"/> documentation for "M:BaseLib.Handlers.CreatorBase.InputInt(System.String,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Handlers.CreatorBase.InputInt(System.String,System.Int32)"]

See Also