Class AIAssembly<T>
- Namespace
- SunamoShared._SunamoExceptions.ai
- Assembly
- SunamoShared.dll
Wrapper for assembly-loaded AI component of type T.
public class AIAssembly<T>
Type Parameters
TThe interface type of the AI component.
- Inheritance
-
AIAssembly<T>
- Inherited Members
- Extension Methods
Properties
Value
The resolved instance value.
public object Value { get; set; }