Share via


AssemblyObsoleteEventArgs.ObsoleteTypes Property

Definition

Gets the set of Type that have become obsolete.

public:
 property cli::array <Type ^> ^ ObsoleteTypes { cli::array <Type ^> ^ get(); };
public:
 property Platform::Array <Platform::Type ^> ^ ObsoleteTypes { Platform::Array <Platform::Type ^> ^ get(); };
public Type[] ObsoleteTypes { get; }
member this.ObsoleteTypes : Type[]
Public ReadOnly Property ObsoleteTypes As Type()

Property Value

Type[]

An array of Type containing obsolete types.

Applies to