ImplicitNamespaceAttribute 类 | |
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
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class ImplicitNamespaceAttribute : Attribute
查看代码ImplicitNamespaceAttribute 类型公开以下成员。
构造函数 属性 备注
This type is not in the internal namespace because it is supposed to be used by 3rd party vendors as well
参见