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: 25.2.423.0 (25.2.423.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