Table of Contents

Class ClassImplementsAttribute

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class ClassImplementsAttribute : ClassTypeConstraintAttribute
Inheritance
ClassImplementsAttribute
Inherited Members
Extension Methods

Constructors

ClassImplementsAttribute()

public ClassImplementsAttribute()

ClassImplementsAttribute(Type)

public ClassImplementsAttribute(Type interfaceType)

Parameters

interfaceType Type

Properties

InterfaceType

public Type InterfaceType { get; }

Property Value

Type

Methods

IsConstraintSatisfied(Type)

public override bool IsConstraintSatisfied(Type type)

Parameters

type Type

Returns

bool