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