Interface IDotNetNamespace
Model definition for a namespace definition inside a code file in .net.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetNamespace : IDotNetModel, IModelStatus, IParent, ILookup, ISourceFiles
Properties
| Improve this Doc View SourceName
The name of the namespace.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |