2 using System.Collections.Generic;
6 using DirectOutput.General.Generic;
8 namespace DirectOutput.General.BitmapHandling
22 if (!DontAddIfMissing)
32 throw new Exception(
"Could not add file {0} to the FastBitmapList.", E);
43 private Boolean _DontAddIfMissing=
false;
45 public Boolean DontAddIfMissing
47 get {
return _DontAddIfMissing; }
48 set { _DontAddIfMissing = value; }