VirtualTypeBuilder.EventInfoCollection Class
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.
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, Attribute[], MethodAttributes) |
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) |
Adds an EventInfo to the end of the collection. |
Remove(EventInfo) |
Removes the first occurrence of a specific EventInfo from the collection. |