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

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

Syntax

C#
public bool Contains(
	CodeRegion region
)
Visual Basic
Public Function Contains ( 
	region As CodeRegion
) As Boolean
Visual C++
public:
bool Contains(
	CodeRegion^ region
)

Return Value

Type: Boolean

See Also