Click or drag to resize

ImplicitNamespaceAttribute Class

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.
Inheritance Hierarchy
Object
  Attribute
    ImplicitNamespaceAttribute

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := TRUE)]
 SEALED CLASS ImplicitNamespaceAttribute INHERIT Attribute
Request Example View Source

The ImplicitNamespaceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodImplicitNamespaceAttribute
Initializes a new instance of the ImplicitNamespaceAttribute class
Top
Properties
  NameDescription
Public propertyNamespace
Name of the implicit namespace.
Top
Remarks
This type is not in the internal namespace because it is supposed to be used by 3rd party vendors as well
See Also