[]
Represents a collection for the DateFieldInfo object, which is read-only.
public class DateTimeFieldCollectionInfo : NamedObjectCollection<DateFieldInfo>, IList, ICollection, IEnumerable, ICloneable
Public Class DateTimeFieldCollectionInfo
Inherits NamedObjectCollection(Of DateFieldInfo)
Implements IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
DateTimeFieldCollectionInfo() |
Name | Description |
---|---|
AddRange(string) | Adds the contents to the end of the collection, which is built from a specified format string. |
OnAddRange(object[]) | Performs additional custom processes before inserting a new element array into the CollectionBase instance. |
OnInsert(int, object) | Performs additional custom processes before inserting a new element into the CollectionBase instance. |
OnSet(int, object, object) | Performs additional custom processes before setting a value in the CollectionBase instance. |