HasImplementationAttributeclass

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`.

objectAttributeHasImplementationAttribute
Namespace
Sandbox
Assembly
Sandbox.System
Declaration
public sealed class Sandbox.HasImplementationAttribute : System.Attribute

Constructors1

Showing 1 constructors

public HasImplementationAttribute(System.Type baseType)PUBLICCONSTRUCTOR

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

Properties1

Showing 1 properties

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

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

Returns:Type

On this page