Fork me on GitHubEpicdominant domains
APIEpic.EnvironmentEnvironmentsChainGet<(Of <<'(TObject>)>>)(InstanceName<(Of <<'(TObject>)>>))

Get<(Of <(<'TObject>)>)> Method (name)
Provide a tool or information from the chained environments.

Assembly: Epic.Core

Declaration Syntax
C#
public override TObject Get<TObject>(
	InstanceName<TObject> name
)
Generic Template Parameters
TObject
Type of the required tool or information.
Parameters
name (InstanceName<(Of <(<'TObject>)>)>)
An identifier for the needed object.
Return Value
The TObject returned from the first chain link that knows it.
blog comments powered by Disqus