Table of Contents

Class Attributes<T>

Namespace
Lime
Assembly
Lime.dll
public static class Attributes<T> where T : Attribute

Type Parameters

T
Inheritance
Attributes<T>
Inherited Members

Methods

Get(MemberInfo, bool)

public static T Get(MemberInfo memberInfo, bool inherit = false)

Parameters

memberInfo MemberInfo
inherit bool

Returns

T

GetAll(MemberInfo, bool)

public static T[] GetAll(MemberInfo memberInfo, bool inherit = false)

Parameters

memberInfo MemberInfo
inherit bool

Returns

T[]

IsDefined(MemberInfo, bool)

public static bool IsDefined(MemberInfo memberInfo, bool inherit = false)

Parameters

memberInfo MemberInfo
inherit bool

Returns

bool