V0_1.Data.Bibliography Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="bibliography", ApplyNamingConventions=false)]
public System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_1.BibliographyItem> Bibliography { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="bibliography", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Bibliography : System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_1.BibliographyItem> with get, set
Public Property Bibliography As List(Of V0_1.BibliographyItem)

Property Value

List<BibliographyItem>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to