IronRuby.Builtins.ModuleOps.AttrWriter C# (CSharp) Method

AttrWriter() private method

private AttrWriter ( IronRuby.Runtime.RubyScope scope, RubyModule self ) : void
scope IronRuby.Runtime.RubyScope
self RubyModule
return void
        public static void AttrWriter(RubyScope/*!*/ scope, RubyModule/*!*/ self, [DefaultProtocol, NotNullItems]params string/*!*/[]/*!*/ names) {
            foreach (string name in names) {
                DefineAccessor(scope, self, name, false, true);
            }
        }

Same methods

ModuleOps::AttrWriter ( IronRuby.Runtime.RubyScope scope, RubyModule self, [ name ) : void