See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get a cached IEnumerable of types over all projects in the current solution.
The cache is invalidated when required.
Namespace: NTier.Design.DTEAssembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static IEnumerable<Type> GetCachedEnumerableFromCurrentProject(
IServiceProvider serviceProvider
) |
Visual Basic |
---|
Public Shared Function GetCachedEnumerableFromCurrentProject (
serviceProvider As IServiceProvider
) As IEnumerable(Of Type) |
Visual C++ |
---|
public:
static IEnumerable<Type^>^ GetCachedEnumerableFromCurrentProject(
IServiceProvider^ serviceProvider
) |
Return Value
Type:
IEnumerable<(Of <(<'Type>)>)>
See Also