BuiltIn.AllBuiltIns Property

Definition

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

ImmutableHashSet<BuiltIn>
Attributes

Applies to