Home
Home
Docs
API
Theme
System
Light
Dark
NuGet
GitHub
Menu
Loading menu…
Home
API
SharpYaml.Model
YamlMapping
Properties
Item[String]
Menu
On this page
Item[String] Property
Definition
Namespace
SharpYaml.Model
Assembly
SharpYaml.dll
View source
Gets or sets an element at the specified index.
public YamlElement? this[string key] { get; set; }
Parameters
key
String
Returns
YamlElement