Table of Contents

Interface ICSSRuleList

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSRuleList.html

public interface ICSSRuleList

Properties

Length

int Length { get; }

Property Value

int

Methods

Item(int)

CSSRule Item(int arg0)

Parameters

arg0 int

int

Returns

CSSRule

CSSRule