| AttributesGetAttributeTAttr 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.129 (1.2.3.129)
Syntax public TAttr GetAttribute<TAttr>()
where TAttr : class, AttributesIAttribute
member GetAttribute : unit -> 'TAttr when 'TAttr : not struct and AttributesIAttribute
Type Parameters
- TAttr
- TBD
Return Value
Type:
TAttrTBD
See Also