[]
Represents the display field collection for GcDateTimeCellType.
public class TimeSpanDisplayFieldCollectionInfo : NamedObjectCollection<TimeSpanDisplayFieldInfo>, IList, ICollection, IEnumerable, ICloneable
Public Class TimeSpanDisplayFieldCollectionInfo
Inherits NamedObjectCollection(Of TimeSpanDisplayFieldInfo)
Implements IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
AddRange(string) | Adds the contents of another IList |
AddRange(string, int, char, string, string, string, string) | Adds the contents of another IList |
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. |