VirtualTypeBuilder.FieldInfoCollection Class

Definition

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

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

Properties

Item[Int32]

Gets or sets the FieldInfo at the specified index.

Methods

Add(FieldInfo)

Adds a FieldInfo to the end of the collection.

Add(String, Type)

Adds a FieldInfo to the end of the collection.

Add(String, Type, Attribute[])

Adds a FieldInfo to the end of the collection.

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

Adds a FieldInfo to the end of the collection.

Remove(FieldInfo)

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

Applies to