Property SerializedChildren
SerializedChildren
Gets the sequence of child elements to be serialized under the JSON property "children".
[JsonProperty("children")]
protected abstract IEnumerable<NuiElement> SerializedChildren { get; }
Gets the sequence of child elements to be serialized under the JSON property "children".
[JsonProperty("children")]
protected abstract IEnumerable<NuiElement> SerializedChildren { get; }