System.Html.CSSValueList.Item C# (CSharp) Method

Item() public method

public Item ( int index ) : CSSValue
index int
return CSSValue
        public CSSValue Item(int index)
        {
            return default(CSSValue);
        }