Share via


AssemblyDeletedEventArgs.DeletedTypes Property

Definition

Gets the set of Type that have been deleted.

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

Property Value

Type[]

An array of Type containing deleted types.

Applies to