VirtualTypeBuilder.MethodInfoCollection Class

Definition

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

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

Properties

Item[Int32]

Gets or sets the method at the specified index.

Methods

Add(MethodInfo)

Adds a MethodInfo to the end of the collection.

Add(String, Type, Type[])

Adds a MethodInfo to the end of the collection.

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

Adds a MethodInfo to the end of the collection.

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

Adds a MethodInfo to the end of the collection.

Remove(MethodInfo)

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

Applies to