FreezableCollection.System.Collections.Generic.IEnumerable<T>.GetEnumerator Method 

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Namespace: System.Windows
Assembly: PresentationCore (in presentationcore.dll)

Syntax

'Declaration
Private Function System.Collections.Generic.IEnumerable<T>.GetEnumerator As IEnumerator(Of T) Implements IEnumerable(Of T).GetEnumerator
'Usage
Dim instance As FreezableCollection(Of T)
Dim returnValue As IEnumerator(Of T)

returnValue = CType(instance, IEnumerable(Of T)).GetEnumerator
IEnumerator<T> IEnumerable<T>.GetEnumerator ()
private:
virtual IEnumerator<T>^ System.Collections.Generic.IEnumerable<T>.GetEnumerator () sealed = IEnumerable<T>::GetEnumerator
You cannot use methods in XAML.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

FreezableCollection Class
FreezableCollection Members
System.Windows Namespace