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

Item() public method

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