VirtualTypeBuilder.PropertyInfoCollection Class

Definition

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

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

Properties

Item[Int32]

Gets or sets the property at the specified index.

Methods

Add(PropertyInfo)

Adds a PropertyInfo to the end of the collection.

Add(String, Type, Boolean)

Adds a PropertyInfo to the end of the collection.

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

Adds a PropertyInfo to the end of the collection.

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

Adds a PropertyInfo to the end of the collection.

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

Adds a PropertyInfo to the end of the collection.

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

Adds a PropertyInfo to the end of the collection.

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

Adds a PropertyInfo to the end of the collection.

Remove(PropertyInfo)

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

Applies to