This method of the PrintingPermission Class returns a new PrintingPermission instance. Because checks for the printing permission are non-parameterized, the combine operation serves no purpose.
public IPermission combine(IPermission other);
Returns a new PrintingPermission instance.
other | This parameter is ignored, but it must be an instance of the PrintingPermission class. |