ISelection Interface

TegoOS

ISelection Interface
Provides data for multiple Gen 2 selects.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public interface ISelection : IEnumerable<ISelect>, 
	IEnumerable
Public Interface ISelection
	Inherits IEnumerable(Of ISelect), IEnumerable
public interface class ISelection : IEnumerable<ISelect^>, 
	IEnumerable
type ISelection =  
    interface
        interface IEnumerable<ISelect>
        interface IEnumerable
    end

The ISelection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of individual selects in this selection.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableISelect.)
Top
See Also