BuiltIn.AllBuiltIns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
AllBuiltIns will be removed in favor of each rewrite step being able to declare its dependencies.
[System.Obsolete("AllBuiltIns will be removed in favor of each rewrite step being able to declare its dependencies.")]
public static System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.BuiltIn> AllBuiltIns { get; }
[<System.Obsolete("AllBuiltIns will be removed in favor of each rewrite step being able to declare its dependencies.")>]
AllBuiltIns : System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.BuiltIn>
Public Shared ReadOnly Property AllBuiltIns As ImmutableHashSet(Of BuiltIn)
Property Value
- Attributes