Attribute which associates a specified algorithm to a targetted variable or statement.
This is used for hybrid inference where different algorithms are used for different parts
of the model
| C# | Visual Basic | Visual C++ |
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false)] public class Algorithm : Attribute
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := False)> _ Public Class Algorithm _ Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = false)] public ref class Algorithm : public Attribute
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Algorithm(IAlgorithm) |
Creates a new Algorithm attribute which assigns the given algorithm to the target
| |
| algorithm |
The algorithm
| |
| ToString()()() |
ToString override
(Overrides Object.ToString()()().) |