System.Html.CSSValueList.Item C# (CSharp) 메소드

Item() 공개 메소드

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