| AttributesGetAttributeListTAttr 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.129 (1.2.3.129)
Syntax public IEnumerable<TAttr> GetAttributeList<TAttr>()
where TAttr : AttributesIAttribute
member GetAttributeList : unit -> IEnumerable<'TAttr> when 'TAttr : AttributesIAttribute
Type Parameters
- TAttr
- TBD
Return Value
Type:
IEnumerableTAttrTBD
See Also