Esempio n. 1
0
 public static SetMemberAction SetMember(string name)
 {
     return(SetMemberAction.Make(name));
 }
Esempio n. 2
0
 public SetMemberBinderHelper(CodeContext context, SetMemberAction action, object[] args)
     : base(context, action, args)
 {
 }