- Namespace
- Avalonia
.Media .Fonts - Interfaces
-
- IReadOnlyList
<string> - IReadOnlyCollection
<string> - IEnumerable
<string> - IEnumerable
- IReadOnlyList
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IReadOnlyList<string>"]
Type-.->Interface1["IReadOnlyCollection<string>"]
Type-.->Interface2["IEnumerable<string>"]
Type-.->Interface3["IEnumerable"]
Type["FamilyNameCollection"]
class Type type-node
Syntax
public sealed class FamilyNameCollection : IReadOnlyList<string>, IReadOnlyCollection<string>,
IEnumerable<string>, IEnumerable
Constructors
Name | Summary |
---|---|
FamilyNameCollection |
Initializes a new instance of the FamilyNameCollection class.
|
Properties
Name | Value | Summary |
---|---|---|
Count | int | |
HasFallbacks | bool |
Gets a value indicating whether fallbacks are defined.
|
PrimaryFamilyName | string |
Gets the primary family name.
|
this[int] | string |
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Determines whether the specified
object , is equal to this instance.
|
GetEnumerator |
Immutable |
Returns an enumerator for the name collection.
|
GetHashCode |
int |
Returns a hash code for this instance.
|
ToString |
string |
Returns a
string that represents this instance.
|
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool | |
operator == |
bool |