InheritanceTypes Property

MetaType.InheritanceTypes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a collection of all types that are defined by an inheritance hierarchy.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public abstract ReadOnlyCollection<MetaType> InheritanceTypes { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MetaType>
A collection of meta-types in the current inheritance hierarchy.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft