public virtual bool SupportsConnection(Control control,
                                        TypeCollection interfaces)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
		public TypeCollection (TypeCollection existingTypes, 
								ICollection types)
		{
			InnerList.AddRange (existingTypes.InnerList);
			InnerList.AddRange (types);
		}
Esempio n. 3
0
		public virtual bool SupportsConnection (Control control, 
							TypeCollection interfaces)
		{
			throw new NotImplementedException ();
		}			
Esempio n. 4
0
 public TypeCollection(TypeCollection existingTypes,
                       ICollection types)
 {
     InnerList.AddRange(existingTypes.InnerList);
     InnerList.AddRange(types);
 }