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
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 |
Parameters
- typeResolutionService
- Type: System.ComponentModel.Design..::..ITypeResolutionService
- enumerable
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Type>)>)>