Click or drag to resize
Akka.NETAttributesGetAttributeListTAttr Method
Get all attributes 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 IEnumerable<TAttr> GetAttributeList<TAttr>()
where TAttr : AttributesIAttribute

Type Parameters

TAttr
TBD

Return Value

Type: IEnumerableTAttr
TBD
See Also