CssEntryCollection Class

Collection of CssEntryItem Items.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class CssEntryCollection : List<CssEntryItem>
Inheritance
Object    ListCssEntryItem    CssEntryCollection

Constructors

CssEntryCollectionInitializes a new instance of the CssEntryCollection class

Properties

Capacity
(Inherited from ListCssEntryItem)
Count
(Inherited from ListCssEntryItem)
Item
(Inherited from ListCssEntryItem)

Methods

Add
(Inherited from ListCssEntryItem)
AddRange
(Inherited from ListCssEntryItem)
AsReadOnly
(Inherited from ListCssEntryItem)
BinarySearch(T)
(Inherited from ListCssEntryItem)
BinarySearch(T, IComparerT)
(Inherited from ListCssEntryItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListCssEntryItem)
Clear
(Inherited from ListCssEntryItem)
Contains
(Inherited from ListCssEntryItem)
ConvertAllTOutput
(Inherited from ListCssEntryItem)
CopyTo(T)
(Inherited from ListCssEntryItem)
CopyTo(T, Int32)
(Inherited from ListCssEntryItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListCssEntryItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListCssEntryItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListCssEntryItem)
FindAll
(Inherited from ListCssEntryItem)
FindIndex(PredicateT)
(Inherited from ListCssEntryItem)
FindIndex(Int32, PredicateT)
(Inherited from ListCssEntryItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListCssEntryItem)
FindLast
(Inherited from ListCssEntryItem)
FindLastIndex(PredicateT)
(Inherited from ListCssEntryItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListCssEntryItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListCssEntryItem)
ForEach
(Inherited from ListCssEntryItem)
GetEnumerator
(Inherited from ListCssEntryItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListCssEntryItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListCssEntryItem)
IndexOf(T, Int32)
(Inherited from ListCssEntryItem)
IndexOf(T, Int32, Int32)
(Inherited from ListCssEntryItem)
Insert
(Inherited from ListCssEntryItem)
InsertRange
(Inherited from ListCssEntryItem)
LastIndexOf(T)
(Inherited from ListCssEntryItem)
LastIndexOf(T, Int32)
(Inherited from ListCssEntryItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListCssEntryItem)
MemberwiseClone
(Inherited from Object)
Parse Parse the styles found in the caller's CSS string to entries and their corresponding attributes.
Remove
(Inherited from ListCssEntryItem)
RemoveAll
(Inherited from ListCssEntryItem)
RemoveAt
(Inherited from ListCssEntryItem)
RemoveRange
(Inherited from ListCssEntryItem)
Reverse
(Inherited from ListCssEntryItem)
Reverse(Int32, Int32)
(Inherited from ListCssEntryItem)
Sort
(Inherited from ListCssEntryItem)
Sort(ComparisonT)
(Inherited from ListCssEntryItem)
Sort(IComparerT)
(Inherited from ListCssEntryItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListCssEntryItem)
ToArray
(Inherited from ListCssEntryItem)
ToString Return the string representation of this collection.
(Overrides ObjectToString)
TrimExcess
(Inherited from ListCssEntryItem)
TrueForAll
(Inherited from ListCssEntryItem)

Explicit Interface Implementations

See Also