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

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected override IEnumerable<Type> FilterPropertyTypeList(
	ITypeResolutionService typeResolutionService,
	IEnumerable<Type> enumerable
)
Visual Basic
Protected Overrides Function FilterPropertyTypeList ( 
	typeResolutionService As ITypeResolutionService,
	enumerable As IEnumerable(Of Type)
) As IEnumerable(Of Type)
Visual C++
protected:
virtual IEnumerable<Type^>^ FilterPropertyTypeList(
	ITypeResolutionService^ typeResolutionService, 
	IEnumerable<Type^>^ enumerable
) override

Return Value

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

See Also