'Declaration
Public Class FieldCollection(Of T As Field) Inherits GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection(Of T)
'Usage
Dim instance As FieldCollection(Of T)
public class FieldCollection<T> : GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T> where T: Field