[Missing <summary> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Double)"]

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

Syntax

C#
public T WaitFor<T>(
	double timeout
)
where T : EventBase

Parameters

timeout
Type: System..::..Double

[Missing <param name="timeout"/> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Double)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Double)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Double)"]

See Also