VirtualTypeBuilder.FieldInfoCollection 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 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, Attribute[], FieldAttributes) |
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) |
Adds a FieldInfo to the end of the collection. |
Remove(FieldInfo) |
Removes the first occurrence of a specific FieldInfo from the collection. |