I am attempting to create a "dirty form" checking class based on an example found at codeproject.
I am hung up on the first line of one of the classes
public class ControlDirtyTrackerCollection: List<ControlDirtyTracker>
I am unsure how to replicate that : List<> part in vb net.
Thanks