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

Get the types to show in the intellisense list.

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

Syntax

C#
protected virtual IEnumerable<Type> GetTypesToAutoList()
Visual Basic
Protected Overridable Function GetTypesToAutoList As IEnumerable(Of Type)
Visual C++
protected:
virtual IEnumerable<Type^>^ GetTypesToAutoList()

Return Value

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

See Also