API ReferenceSandbox
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.
No results match this filter.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.HasImplementationAttribute |