Vixen
02b45cc4
csharp
public sealed class YamlSequence

An ordered list of nodes.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public List<YamlNode> Items

    The items, in order.

  • public YamlCollectionStyle Style

    How it was written.

  • public int Count

    How many items there are.

  • public YamlNode this[int index]

    One item.

Methods (2)

  • public YamlSequence Add(YamlNode node)

    Adds an item.

  • public IEnumerator<YamlNode> GetEnumerator()

    Returns an enumerator that iterates through the collection.

Used by (19)

  • DockGroupNodeVixen.Ui.Controls.Advanced
  • DockLayoutVixen.Ui.Controls.Advanced
  • MetaTestsVixen.Core.Yaml.Tests
  • ReadStateVixen.Core.Yaml
  • RoundTripTestsVixen.Core.Yaml.Tests
  • SerializerTestsVixen.Core.Yaml.Tests
  • TargetOverridesVixen.Core.Yaml
  • ThemeTokensVixen.Ui.Styling.Utilities
  • YamlDialectTestsVixen.Core.Yaml.Tests
  • YamlSerializerVixen.Core.Yaml
  • YamlWriterVixen.Core.Yaml
  • AssetReferenceScanVixen.Editor.Assets
  • ClipNotesExtensionVixen.Editor.Assets
  • EditorApplicationVixen.Editor.App
  • ImportPipelineVixen.Editor.Assets
  • ImportSettingsDocumentVixen.Editor.AssetEditors
  • NativeFormatImporterVixen.Editor.Assets
  • NavMeshImporterVixen.Editor.Assets
  • ProjectHistoryVixen.Editor.App