VirtualTypeBuilder.AttributeCollection Class

Definition

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

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

Properties

Item[Int32]

Gets or sets the attribute at the specified index.

Methods

Add(Attribute)

Adds an Attribute to the end of the VirtualTypeBuilder.AttributeCollection.

Remove(Attribute)

Removes the first occurrence of a specific Attribute from the VirtualTypeBuilder.AttributeCollection.

Applies to