eol
[mcs.git] / tests / gtest-344.cs
blob17b29052cee651dcc89db5cde9e5226135b28e1f
1 using System;
3 public abstract class ConfigurationElement
5 protected ConfigurationElement ()
9 public static void Main ()
14 public class CustomConfigurationElement : ConfigurationElement
18 public class CustomConfigurationElementCollection : BaseCollection<CustomConfigurationElement>
22 public class BaseCollection<T> where T : ConfigurationElement, new ()