TagResponse.GetEnumerator Method

TegoOS

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)
Syntax
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: IEnumeratorOperationResponse
An IEnumerator object that can be used to iterate through the collection

Implements

IEnumerableTGetEnumerator
See Also