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| Count | |
| HasFallbacks | Gets a value indicating whether fallbacks are defined. |
| ItemInt32 | |
| PrimaryFamilyName | Gets the primary family name. |
| Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object)) |
| GetEnumerator | Returns an enumerator for the name collection. |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |
| Equality(FamilyNameCollection, FamilyNameCollection) | |
| Inequality(FamilyNameCollection, FamilyNameCollection) |