GetEnumerator Method of the SearchPathCollection Object

GetEnumerator Method of the SearchPathCollection Object

Returns an IEnumerator that can iterate through this search path collection.

  [C#]
public virtual IEnumerator GetEnumerator();

FakePre-4c056b6dd0b2437c9c5de5f1ec2c92c2-78f49dfbd67f417ba009e2dbdfb793ad

Parameters

This method has no parameters.

Return Value

Enumerator that supports a simple iteration over the values in the search path collection.

Remarks

Enumerating through a collection is intrinsically not a thread-safe procedure. Even when a collection is synchronized, other threads could still modify the collection, which causes the enumerator to throw an exception. To guarantee thread safety during enumeration, you can either lock the collection during the entire enumeration or catch the exceptions resulting from changes made by other threads.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools

Send comments about this topic to Microsoft

Build date: 10/2/2007