See also:
NTier Windows Forms Framework Home
NTier Framework API reference
A c# code region, defined using the #region directive.
Namespace: NTier.EntityGeneratorAssembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
[SerializableAttribute]
public class DirectiveRegion : CodeRegion |
| Visual Basic |
|---|
<SerializableAttribute>
Public Class DirectiveRegion
Inherits CodeRegion |
| Visual C++ |
|---|
[SerializableAttribute]
public ref class DirectiveRegion : public CodeRegion |
Inheritance Hierarchy
See Also