See also:
NTier Windows Forms Framework Home
NTier Framework API reference
An enumerator across all types available from a given project, and all project/assembly references
from that project. Not all types in a project are normal RuntimeType objects, as they have not yet
been compiled. For these types, VSCodeType objcets are returned.
Namespace: NTier.Design.DTEAssembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
public class DesignTimeTypeEnumerable : IEnumerable<Type>,
IEnumerable |
Visual Basic |
---|
Public Class DesignTimeTypeEnumerable
Implements IEnumerable(Of Type), IEnumerable |
Visual C++ |
---|
public ref class DesignTimeTypeEnumerable : IEnumerable<Type^>,
IEnumerable |
Inheritance Hierarchy
See Also