예제 #1
0
 public UnitImplementationScope(TreeConverter.interface_scope isc, TreeConverter.base_scope[] bsa)
 {
     _sc = new TreeConverter.implementation_scope(isc, bsa);
 }
예제 #2
0
		public UnitImplementationScope(TreeConverter.interface_scope isc,TreeConverter.base_scope[] bsa)
		{
			_sc=new TreeConverter.implementation_scope(isc,bsa);
		}