VirtualTypeBuilder.EventInfoCollection Class

Definition

Represents the collection of events. This class cannot be inherited.

public: ref class VirtualTypeBuilder::EventInfoCollection sealed : System::Collections::CollectionBase
public sealed class VirtualTypeBuilder.EventInfoCollection : System.Collections.CollectionBase
type VirtualTypeBuilder.EventInfoCollection = class
    inherit CollectionBase
Public NotInheritable Class VirtualTypeBuilder.EventInfoCollection
Inherits CollectionBase
Inheritance
VirtualTypeBuilder.EventInfoCollection

Properties

Item[Int32]

Gets or sets the event at the specified index.

Methods

Add(EventInfo)

Adds an EventInfo to the end of the collection.

Add(String, Type)

Adds an EventInfo to the end of the collection.

Add(String, Type, Attribute[])

Adds an EventInfo to the end of the collection.

Add(String, Type, Attribute[], MethodAttributes)

Adds an EventInfo to the end of the collection.

Remove(EventInfo)

Removes the first occurrence of a specific EventInfo from the collection.

Applies to