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

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

Syntax

C#
public static IEnumerable<CodeType> GetAllCodeTypes(
	CodeElements codeElements
)
Visual Basic
Public Shared Function GetAllCodeTypes ( 
	codeElements As CodeElements
) As IEnumerable(Of CodeType)
Visual C++
public:
static IEnumerable<CodeType^>^ GetAllCodeTypes(
	CodeElements^ codeElements
)

Parameters

codeElements
Type: CodeElements

Return Value

Type: IEnumerable<(Of <(<'CodeType>)>)>

See Also