
'Declaration <DefaultMemberAttribute("Item")> Public Class FieldCollection Inherits System.Collections.CollectionBase
'Usage Dim instance As FieldCollection
[DefaultMember("Item")] public class FieldCollection : System.Collections.CollectionBase
[DefaultMember("Item")] public __gc class FieldCollection : public System.Collections.CollectionBase
[DefaultMember("Item")] public ref class FieldCollection : public System.Collections.CollectionBase
A FieldCollection object enables you to maintain a list of Field objects. You can easily add, remove, and find Field objects in the list.
You should give each field in the collection a unique name, but this class does not enforce that constraint.
System.Object
System.Collections.CollectionBase
Accusoft.FormDirectorSdk.FieldCollection