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

this() private method

private this ( int index ) : CSSValue
index int
return CSSValue
        public CSSValue this[int index]
        {
            get {
                return default(CSSValue);
            }
        }