Example #1
0
 /////////////////////////////////////////////////////////////////
 /// <summary>
 /// Create a new enumerator, initialized with a TabletDeviceCollection
 /// </summary>
 /// <param name="tabletDeviceCollection">collection to enumerate over</param>
 internal TabletDeviceEnumerator(TabletDeviceCollection tabletDeviceCollection)
 {
     _tabletDeviceCollection = tabletDeviceCollection;
     _index = -1;
 }
Example #2
0
 /////////////////////////////////////////////////////////////////
 /// <summary>
 /// Create a new enumerator, initialized with a TabletDeviceCollection
 /// </summary>
 /// <param name="tabletDeviceCollection">collection to enumerate over</param>
 internal TabletDeviceEnumerator(TabletDeviceCollection tabletDeviceCollection)
 {
     _tabletDeviceCollection = tabletDeviceCollection;
     _index = -1;
 }