[]
Represents a collection for the TimeSpanField object, which is read only.
public class TimeSpanFieldCollection : FieldCollection<TimeSpanField>, IList, ICollection, IEnumerable
Public Class TimeSpanFieldCollection
Inherits FieldCollection(Of TimeSpanField)
Implements IList, ICollection, IEnumerable
Name | Description |
---|---|
AddRange(string) | Adds the contents of another IList |
AddRange(string, int, char, string, string, string, string) | Adds the contents of another IList |
OnRemoveComplete(int, object) | Performs additional custom processes after removing an element from the CollectionBase instance. |
OnValidateNewItems(object, object[]) | Performs additional custom processes to validating adding items. |