点击或拖拽改变大小

ImplicitNamespaceAttribute 类

X#
This class is used to tell the compiler that the assembly has types in a specific namespace. When the compiler is called with the /ins command line option, then the names specified with this attribute will be automatically included in the USING list when compiling.
继承层次
Object
  Attribute
    ImplicitNamespaceAttribute

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := TRUE)]
 SEALED CLASS ImplicitNamespaceAttribute INHERIT Attribute
查看代码

ImplicitNamespaceAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法ImplicitNamespaceAttribute
初始化 ImplicitNamespaceAttribute 类的一个新实例
Top
属性
  名称说明
公共属性Namespace
Name of the implicit namespace.
Top
备注
This type is not in the internal namespace because it is supposed to be used by 3rd party vendors as well
参见