Api Sandbox HasImplementationAttribute
class

HasImplementationAttribute

public sealed class HasImplementationAttribute : 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 BaseType.

Constructors

HasImplementationAttribute(Type baseType)
baseType — Base class or interface for which there must exist an extending / implementing type.

Properties

Name Type Description
BaseType Type Base class or interface for which there must exist an extending / implementing type.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.HasImplementationAttribute