AuxiliaryStateElementConverterTypeOfOutput Property |
Gets the type associated with the output of this instance.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract Type TypeOfOutput { get; }
Public MustOverride ReadOnly Property TypeOfOutput As Type
Get
public:
virtual property Type^ TypeOfOutput {
Type^ get () abstract;
}
abstract TypeOfOutput : Type with get
Property Value
Type:
Type
See Also