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

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

Collapse imageSyntax

C#
public T WaitFor<T>(
	Func<T, bool> checkEventFunc
)
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})"]

Collapse imageType Parameters

T

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

Return Value

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

Collapse imageSee Also