TaskInfoTDirectiveCastTTargetDirective Method |
Casts a TaskInfo to one with a specific directive.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override TaskInfo<TTargetDirective> Cast<TTargetDirective>()
where TTargetDirective : TaskDirective
Public Overrides Function Cast(Of TTargetDirective As TaskDirective) As TaskInfo(Of TTargetDirective)
public:
generic<typename TTargetDirective>
where TTargetDirective : TaskDirective
virtual TaskInfo<TTargetDirective>^ Cast() override
Type Parameters
- TTargetDirective
- The type of directive to cast into.
Return Value
Type:
TaskInfoTTargetDirectiveThe TaskInfo or a clone cast to the target directive type.
See Also