internal XPathModuleInfo(Type type) { this._Type = type; this.moduleAttr = Attribute.GetCustomAttribute(this.Type, typeof(XPathModuleAttribute)) as XPathModuleAttribute; if (this.moduleAttr != null) { this.Predeclare = this.moduleAttr.Predeclare; } }