TargetTypeDictionaryGetEnumerator 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>>
IEnumeratorKeyValuePairString,
TargetAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator This method is not currently implemented