TypeRefList.GetEnumerator Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Turn the enumeration of TypeRefs into an enumeration of Types. This allows the delay loading of the actual types until they are accessed from the metadata. This is for internal use only and was marked public to allow it to be serialized into XAML.
Namespace: System.ComponentModel.Composition.Caching
Assembly: Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Type)
'Usage
Dim instance As TypeRefList
Dim returnValue As IEnumerator(Of Type)
returnValue = instance.GetEnumerator()
public IEnumerator<Type> GetEnumerator()
public:
virtual IEnumerator<Type^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Type>
override GetEnumerator : unit -> IEnumerator<Type>
public final function GetEnumerator() : IEnumerator<Type>
Return Value
Type: System.Collections.Generic.IEnumerator<Type>
Implements
IEnumerable<T>.GetEnumerator()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.