Click or drag to resize
Akka.NETAttributesGetFirstAttributeTAttr Method
Get the first (least 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 GetFirstAttribute<TAttr>()
where TAttr : class, AttributesIAttribute

Type Parameters

TAttr
TBD

Return Value

Type: TAttr
TBD
See Also