PureCircuitAPI.Expression.QubitArray.Item Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 3, 0)]
[System.Diagnostics.DebuggerNonUserCode]
public System.Collections.Immutable.ImmutableArray<int> Item { [System.Diagnostics.DebuggerNonUserCode] get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 3, 0)>]
[<System.Diagnostics.DebuggerNonUserCode>]
[<get: System.Diagnostics.DebuggerNonUserCode>]
val Item : System.Collections.Immutable.ImmutableArray<int>
Public ReadOnly Property Item As ImmutableArray(Of Integer)

Property Value

ImmutableArray<Int32>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerNonUserCodeAttribute

Applies to