Esempio n. 1
0
 public static DeleteMemberAction DeleteMember(string name)
 {
     return(DeleteMemberAction.Make(SymbolTable.StringToId(name)));
 }
 public DeleteMemberBinderHelper(CodeContext context, DeleteMemberAction action, object[] args)
     : base(context, action, args)
 {
 }