AssemblyDeletedEventArgs.DeletedTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.