[Missing <summary> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Func{``0,System.Boolean},System.Double)"]

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

Syntax

C#
public T WaitFor<T>(
	Func<T, bool> checkEventFunc,
	double timeout
)
where T : EventBase

Parameters

checkEventFunc
Type: System..::..Func<(Of <(<'T, Boolean>)>)>

[Missing <param name="checkEventFunc"/> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Func{``0,System.Boolean},System.Double)"]

timeout
Type: System..::..Double

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

Type Parameters

T

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

Return Value

[Missing <returns> documentation for "M:BaseLib.Behaviour.WaitFor``1(System.Func{``0,System.Boolean},System.Double)"]

See Also