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

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

Syntax

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

Return Value

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

See Also