Class AttributeRetriever
- Namespace
- Azure.Iot.Operations.Protocol
- Assembly
- Azure.Iot.Operations.Protocol.dll
public static class AttributeRetriever
- Inheritance
-
AttributeRetriever
- Inherited Members
Methods
GetAttribute<T>(object)
public static T? GetAttribute<T>(object obj) where T : Attribute
Parameters
obj
object
Returns
- T
Type Parameters
T
HasAttribute<T>(object)
public static bool HasAttribute<T>(object obj) where T : Attribute
Parameters
obj
object
Returns
Type Parameters
T