TargetTypeDictionary.GetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public IEnumerator<KeyValuePair<string, Target>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Target))
public:
virtual IEnumerator<KeyValuePair<String^, Target^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Target>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Target>>
IEnumerator<KeyValuePair<String,
Target>>An enumerator that can be used to iterate through the collection.
IEnumerable<T>.GetEnumerator() This method is not currently implemented