Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Slot.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public class Slot : HtmlElement
11 {
19 : base(Document, Parent, StartPosition, "SLOT")
20 {
21 }
22 }
23}
Slot(HtmlDocument Document, HtmlElement Parent, int StartPosition)
SLOT element
Definition: Slot.cs:18
Base class for all HTML elements.
Definition: HtmlElement.cs:12
int StartPosition
Start position of element.
Definition: HtmlNode.cs:60
HtmlDocument Document
HTML Document
Definition: HtmlNode.cs:49
HtmlNode Parent
Parent node, if available.
Definition: HtmlNode.cs:54