FamilyNameCollection Class
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class FamilyNameCollection : IReadOnlyList<string>,
IEnumerable<string>, IEnumerable, IReadOnlyCollection<string>
Public NotInheritable Class FamilyNameCollection
Implements IReadOnlyList(Of String), IEnumerable(Of String),
IEnumerable, IReadOnlyCollection(Of String)
[<SealedAttribute>]
type FamilyNameCollection =
class
interface IReadOnlyList<string>
interface IEnumerable<string>
interface IEnumerable
interface IReadOnlyCollection<string>
end
Inheritance | Object → FamilyNameCollection |
Implements | IEnumerable(String), IReadOnlyCollection(String), IReadOnlyList(String), IEnumerable |
Constructors
FamilyNameCollection(String) | Initializes a new instance of the FamilyNameCollection class. |
Properties
Count | |
HasFallbacks | Gets a value indicating whether fallbacks are defined. |
Item(Int32) | |
PrimaryFamilyName | Gets the primary family name. |
Methods
Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object)) |
GetEnumerator() | Returns an enumerator for the name collection. |
GetHashCode() | Returns a hash code for this instance. (Overrides Object.GetHashCode()) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents this instance. (Overrides Object.ToString()) |
Operators
Equality(FamilyNameCollection, FamilyNameCollection) | |
Inequality(FamilyNameCollection, FamilyNameCollection) |