C# Class CsQuery.Implementation.FormReassociateableElement

An implementation of properties shared by all form reassociateable elements.
Inheritance: DomElement, IFormReassociateableElement
Show file Open project: prepare/HTML-Renderer

Protected Methods

Method Description
FormReassociateableElement ( ushort tokenId ) : System

Constructor to specify the element's token ID.

Method Details

FormReassociateableElement() protected method

Constructor to specify the element's token ID.
protected FormReassociateableElement ( ushort tokenId ) : System
tokenId ushort The token ID of the element.
return System