Click or drag to resize
Akka.NETAttributesGetFirstAttributeTAttr Method (TAttr)
Get the first (least specific) attribute of a given type or subtype thereof. If no such attribute exists the default value is returned.

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

Parameters

defaultIfNotFound
Type: TAttr
TBD

Type Parameters

TAttr
TBD

Return Value

Type: TAttr
TBD
See Also