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