Visual Basic (Declaration) | |
---|---|
Public Function GetEnumerator() As IEnumerator(Of ICatalogEntity) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MatchingParameterList Dim value As IEnumerator(Of ICatalogEntity) value = instance.GetEnumerator() |
C# | |
---|---|
public IEnumerator<ICatalogEntity> GetEnumerator() |
C++/CLI | |
---|---|
public: IEnumerator<ICatalogEntity^>^ GetEnumerator(); |
Return Value
A collection of Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity that can be used to iterate through the collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7