Interface ICSSValueList
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSValueList.html
public interface ICSSValueList : ICSSValue
- Inherited Members
Properties
Length
int Length { get; }
Property Value
Methods
Item(int)
CSSValue Item(int arg0)