FontFamilyMapCollection Class
Definition
Represents an ordered collection of FontFamilyMap objects.
public ref class FontFamilyMapCollection sealed : System::Collections::Generic::ICollection<System::Windows::Media::FontFamilyMap ^>, System::Collections::Generic::IEnumerable<System::Windows::Media::FontFamilyMap ^>, System::Collections::Generic::IList<System::Windows::Media::FontFamilyMap ^>, System::Collections::IList
public sealed class FontFamilyMapCollection : System.Collections.Generic.ICollection<System.Windows.Media.FontFamilyMap>, System.Collections.Generic.IEnumerable<System.Windows.Media.FontFamilyMap>, System.Collections.Generic.IList<System.Windows.Media.FontFamilyMap>, System.Collections.IList
type FontFamilyMapCollection = class
interface IList<FontFamilyMap>
interface ICollection<FontFamilyMap>
interface seq<FontFamilyMap>
interface IEnumerable
interface IList
interface ICollection
Public NotInheritable Class FontFamilyMapCollection
Implements ICollection(Of FontFamilyMap), IEnumerable(Of FontFamilyMap), IList, IList(Of FontFamilyMap)
- Inheritance
-
FontFamilyMapCollection
- Implements
Properties
Count |
Gets the number of FontFamilyMap objects in the FontFamilyMapCollection. |
IsReadOnly |
Gets a value that indicates if a FontFamilyMapCollection is read only. |
Item[Int32] |
Gets or sets the FontFamilyMap object at the specified index position. |
Methods
Add(FontFamilyMap) |
Inserts the specified FontFamilyMap object into the collection. |
Clear() |
Removes all FontFamilyMap objects from the FontFamilyMapCollection. |
Contains(FontFamilyMap) |
Indicates whether the FontFamilyMapCollection contains the specified FontFamilyMap object. |
CopyTo(FontFamilyMap[], Int32) |
Copies the FontFamilyMap objects in the collection into an array of FontFamilyMaps, starting at the specified index position. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an enumerator that can iterate through the collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IndexOf(FontFamilyMap) |
Returns the index of the specified FontFamilyMap object within the collection. |
Insert(Int32, FontFamilyMap) |
Inserts the specified FontFamilyMap object at the specified index position in the collection. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Remove(FontFamilyMap) |
Removes the specified FontFamilyMap object from the collection. |
RemoveAt(Int32) |
Deletes a FontFamilyMap object from the FontFamilyMapCollection. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
For a description of this member, see CopyTo(Array, Int32). |
ICollection.IsSynchronized |
For a description of this member, see IsSynchronized. |
ICollection.SyncRoot |
For a description of this member, see SyncRoot. |
IEnumerable.GetEnumerator() |
For a description of this member, see GetEnumerator(). |
IList.Add(Object) |
For a description of this member, see Add(Object). |
IList.Contains(Object) |
For a description of this member, see Contains(Object). |
IList.IndexOf(Object) |
For a description of this member, see IndexOf(Object). |
IList.Insert(Int32, Object) |
For a description of this member, see Insert(Int32, Object). |
IList.IsFixedSize |
For a description of this member, see IsFixedSize. |
IList.Item[Int32] |
For a description of this member, see Item[Int32]. |
IList.Remove(Object) |
For a description of this member, see Remove(Object). |
Extension Methods
CopyToDataTable<T>(IEnumerable<T>) |
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |
Ancestors<T>(IEnumerable<T>) |
Returns a collection of elements that contains the ancestors of every node in the source collection. |
Ancestors<T>(IEnumerable<T>, XName) |
Returns a filtered collection of elements that contains the ancestors of every node in the source collection. Only elements that have a matching XName are included in the collection. |
DescendantNodes<T>(IEnumerable<T>) |
Returns a collection of the descendant nodes of every document and element in the source collection. |
Descendants<T>(IEnumerable<T>) |
Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
Descendants<T>(IEnumerable<T>, XName) |
Returns a filtered collection of elements that contains the descendant elements of every element and document in the source collection. Only elements that have a matching XName are included in the collection. |
Elements<T>(IEnumerable<T>) |
Returns a collection of the child elements of every element and document in the source collection. |
Elements<T>(IEnumerable<T>, XName) |
Returns a filtered collection of the child elements of every element and document in the source collection. Only elements that have a matching XName are included in the collection. |
InDocumentOrder<T>(IEnumerable<T>) |
Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
Nodes<T>(IEnumerable<T>) |
Returns a collection of the child nodes of every document and element in the source collection. |
Remove<T>(IEnumerable<T>) |
Removes every node in the source collection from its parent node. |