ImplicitNamespaceAttribute Class | |
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.
Inheritance Hierarchy
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax [AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := TRUE)]
SEALED CLASS ImplicitNamespaceAttribute INHERIT Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class ImplicitNamespaceAttribute : Attribute
Request Example
View SourceThe ImplicitNamespaceAttribute type exposes the following members.
Constructors Properties Remarks
This type is not in the internal namespace because it is supposed to be used by 3rd party vendors as well
See Also