Remove() public method

public Remove ( ) : void
return void
Example #1
0
 static public int Remove(IntPtr l)
 {
     try {
         FairyGUI.Utils.HtmlLink self = (FairyGUI.Utils.HtmlLink)checkSelf(l);
         self.Remove();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }