Table of Contents

Class SystemTypeExtensions

Namespace
Luny
Assembly
Luny.dll
public static class SystemTypeExtensions
Inheritance
object
SystemTypeExtensions

Methods

HasAttribute<T>(Type)

public static bool HasAttribute<T>(this Type type) where T : Attribute

Parameters

type Type

Returns

bool

Type Parameters

T