C# Class System.Html.CSSValueList

Inheritance: CSSValue
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
CSSValueList System.Collections.Generic
GetEnumerator IEnumerator
this CSSValue

Public Methods

Method Description
Item ( int index ) : CSSValue

Private Methods

Method Description
CSSValueList ( ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
this ( int index ) : CSSValue

Method Details

Item() public method

public Item ( int index ) : CSSValue
index int
return CSSValue