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