Table of Contents

Class ClassExtendsAttribute

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

Constructors

ClassExtendsAttribute()

public ClassExtendsAttribute()

ClassExtendsAttribute(Type)

public ClassExtendsAttribute(Type baseType)

Parameters

baseType Type

Properties

BaseType

public Type BaseType { get; }

Property Value

Type

Methods

IsConstraintSatisfied(Type)

public override bool IsConstraintSatisfied(Type type)

Parameters

type Type

Returns

bool