A Sandcastle Documented Class Library
![]() | TagResponseGetEnumerator Method |
Returns an enumerator that iterates through a collection of OperationResponse
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public IEnumerator<OperationResponse> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of OperationResponse)
public: virtual IEnumerator<OperationResponse^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<OperationResponse> override GetEnumerator : unit -> IEnumerator<OperationResponse>
Return Value
Type: IEnumeratorOperationResponseAn IEnumerator object that can be used to iterate through the collection
Implements
IEnumerableTGetEnumerator