ClassLibraryAttribute Constructor | |
Namespace:
XSharp.Internal
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax CONSTRUCTOR(
globalClassName AS STRING,
defaultNameSpace AS STRING
)
public ClassLibraryAttribute(
string globalClassName,
string defaultNameSpace
)
Request Example
View SourceParameters
- globalClassName
- Type: String
- defaultNameSpace
- Type: String
See Also