See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A c# code region, defined using the #region directive.

Namespace: NTier.EntityGenerator
Assembly: 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

System..::..Object
  NTier.EntityGenerator..::..CodeRegion
    NTier.EntityGenerator..::..DirectiveRegion

See Also