[]
Represents a collection of FieldCode objects.
public class FieldCodeCollection : ContentObjectCollection<FieldCode>, IContentList<FieldCode>, IReadOnlyList<FieldCode>, IReadOnlyCollection<FieldCode>, IEnumerable<FieldCode>, IEnumerable
Public Class FieldCodeCollection
Inherits ContentObjectCollection(Of FieldCode)
Implements IContentList(Of FieldCode), IReadOnlyList(Of FieldCode), IReadOnlyCollection(Of FieldCode), IEnumerable(Of FieldCode), IEnumerable
Name | Description |
---|---|
Add(string) | Adds a FieldCode to this collection. |
Insert(string, FieldCode) | Inserts a FieldCode into this collection before another field code. |