MetaType::DerivedTypes Property

 

Gets an enumeration of the immediate derived types in an inheritance hierarchy.

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

public:
property ReadOnlyCollection<MetaType^>^ DerivedTypes {
	virtual ReadOnlyCollection<MetaType^>^ get() abstract;
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaType^>^

An enumeration of meta-types.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: