s&box docs

public sealed class Sandbox.HasImplementationAttribute : System.Attribute

In ActionGraph, this type parameter can only be satisfied by a type `TArg`, such that there exists at least one non-abstract type that extends / implements both `TArg` and `Sandbox.HasImplementationAttribute.BaseType`.

Constructors

Showing 1 constructors

public HasImplementationAttribute(System.Type baseType)

Parameters

  • baseType: Base class or interface for which there must exist an extending / implementing type.

Properties

Showing 1 properties

public System.Type Sandbox.HasImplementationAttribute.BaseType { get; set; }

Base class or interface for which there must exist an extending / implementing type.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.HasImplementationAttribute

On this page