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

Initializes a new instance of the CodeRegion class

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected CodeRegion(
	int startLine,
	int endLine
)
Visual Basic
Protected Sub New ( 
	startLine As Integer,
	endLine As Integer
)
Visual C++
protected:
CodeRegion(
	int startLine, 
	int endLine
)

Parameters

startLine
Type: System..::..Int32
endLine
Type: System..::..Int32

See Also