Table of Contents

Class MethodAttribytePair<TAttr>

Namespace
Common
Assembly
Lykke.Common.dll
public class MethodAttribytePair<TAttr> : PropertyAttributePair where TAttr : Attribute

Type Parameters

TAttr
Inheritance
MethodAttribytePair<TAttr>
Inherited Members
Extension Methods

Constructors

MethodAttribytePair(TAttr, MethodInfo)

public MethodAttribytePair(TAttr attribute, MethodInfo methodInfo)

Parameters

attribute TAttr
methodInfo MethodInfo

Properties

Attribute

public TAttr Attribute { get; }

Property Value

TAttr

MethodInfo

public MethodInfo MethodInfo { get; }

Property Value

MethodInfo