GenericTypeParameterBuilder.Module 属性
定义
获取包含泛型类型参数的动态模块。Gets the dynamic module that contains the generic type parameter.
public:
virtual property System::Reflection::Module ^ Module { System::Reflection::Module ^ get(); };
public override System.Reflection.Module Module { get; }
member this.Module : System.Reflection.Module
Public Overrides ReadOnly Property Module As Module
属性值
表示包含泛型类型参数的动态模块的 Module 对象。A Module object that represents the dynamic module that contains the generic type parameter.