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

Initializes a new instance of the DirectiveRegion class

Namespace: NTier.EntityGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
public DirectiveRegion(
	int startLine,
	string directiveText
)
Visual Basic
Public Sub New ( 
	startLine As Integer,
	directiveText As String
)
Visual C++
public:
DirectiveRegion(
	int startLine, 
	String^ directiveText
)

Parameters

startLine
Type: System..::..Int32
directiveText
Type: System..::..String

See Also