Fork me on GitHubEpicdominant domains
APIEpicVisitContextTryGet<(Of <<'(TState>)>>)(TState%)

TryGet<(Of <(<'TState>)>)> Method (state)
Tries to find the TState in the context.

Assembly: Epic.Prelude

Declaration Syntax
C#
public bool TryGet<TState>(
	out TState state
)
Generic Template Parameters
TState
Type of the state needed.
Parameters
state (TState%)
TState to be used during the visit.
Return Value
trueTruetrue when the TState has been found, falseFalsefalse otherwise.
blog comments powered by Disqus