V0_1.Geometry.Atoms Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="atoms", ApplyNamingConventions=false)]
public System.Collections.Generic.List<System.Collections.Generic.Dictionary<string,object>> Atoms { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="atoms", ApplyNamingConventions=false)>]
member this.Atoms : System.Collections.Generic.List<System.Collections.Generic.Dictionary<string, obj>> with get, set
Public Property Atoms As List(Of Dictionary(Of String, Object))

Property Value

List<Dictionary<String,Object>>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to