Share via


TabletsEnumerator.TabletsEnumerator Constructor

TabletsEnumerator.TabletsEnumerator Constructor

Initializes a new instance of the TabletsEnumerator class.

Definition

Visual Basic .NET Public Sub TabletsEnumerator( _
ByVal t As Tablets _
)
C# public TabletsEnumerator(
Tablets t
);
Managed C++ public: TabletsEnumerator(
Tablets *t
);

Parameters

t Microsoft.Ink.Tablets. The Tablets collection that this enumerator iterates over.

Remarks

The TabletsEnumerator supports iterating over a Tablets collection and implements the IEnumerator Leave Site interface.

See Also