Interface ICsNamespace
Model definition for a namespace definition inside a code file in C#.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsNamespace : ICsModel, IModelStatus, IParent, ILookup, ISourceFiles
Properties
Name
The name of the namespace.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |