VirtualTypeBuilder.AttributeCollection 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 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. |