Mono.Debugger.ModuleBase.ModuleBase C# (CSharp) Method

ModuleBase() protected method

protected ModuleBase ( string name ) : System
name string
return System
        protected ModuleBase(string name)
        {
            this.name = name;
            this.id = ++next_id;
        }