Class PropertyAttributePair<TAttr>
- Namespace
- Common
- Assembly
- Lykke.Common.dll
public class PropertyAttributePair<TAttr> : PropertyAttributePair where TAttr : Attribute
Type Parameters
TAttr
- Inheritance
-
PropertyAttributePair<TAttr>
- Inherited Members
- Extension Methods
Constructors
PropertyAttributePair()
public PropertyAttributePair()
Properties
AttributeInstance
public TAttr AttributeInstance { get; }
Property Value
- TAttr