Interface ICSSValueList
.NET interface for TO BE DEFINED FROM USER
public interface ICSSValueList : ICSSValue
- Inherited Members
Properties
Length
int Length { get; }
Property Value
Methods
Item(int)
CSSValue Item(int arg0)
.NET interface for TO BE DEFINED FROM USER
public interface ICSSValueList : ICSSValue
int Length { get; }
CSSValue Item(int arg0)