Click or drag to resize

ReferenceTreeTreeMapGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  MFiles.VAF.Common
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public IEnumerator<MFIdentifier> GetEnumerator()

Return Value

Type: IEnumeratorMFIdentifier
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also