Miner.Framework Namespace > ObjectStoreCollection Class > GetEnumerator Method : GetEnumerator(Type) Method |
'Declaration
Public Overloads Function GetEnumerator( _ ByVal typeToGet As System.Type _ ) As System.Collections.IEnumerator
'Usage
Dim instance As ObjectStoreCollection Dim typeToGet As System.Type Dim value As System.Collections.IEnumerator value = instance.GetEnumerator(typeToGet)
public System.Collections.IEnumerator GetEnumerator( System.Type typeToGet )
public function GetEnumerator( typeToGet: System.Type ): System.Collections.IEnumerator;
public function GetEnumerator( typeToGet : System.Type ) : System.Collections.IEnumerator;
public: System.Collections.IEnumerator* GetEnumerator( System.Type* typeToGet )
public: System.Collections.IEnumerator^ GetEnumerator( System.Type^ typeToGet )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2