API ReferenceSandbox
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`.
Constructors1
Showing 1 constructors
public HasImplementationAttribute(System.Type baseType)
| Parameter | Type | Description |
|---|---|---|
| baseType | Type | Base class or interface for which there must exist an extending / implementing type. |
No results match this filter.
Properties1
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.