Click or drag to resize
Akka.NETAttributesGetAttributeTAttr Method
Get the last (most specific) attribute of a given type or subtype thereof.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TAttr GetAttribute<TAttr>()
where TAttr : class, AttributesIAttribute

Type Parameters

TAttr
TBD

Return Value

Type: TAttr
TBD
See Also