IntegerCollectionEnumerator Constructor
|
Constructor for the
IntegerCollectionEnumerator class.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public IntegerCollectionEnumerator(
IntegerCollection col
)
Public Sub New (
col As IntegerCollection
)
public:
IntegerCollectionEnumerator(
IntegerCollection^ col
)
new :
col : IntegerCollection -> IntegerCollectionEnumerator
Parameters
- col IntegerCollection
- [in] Collection of integer values.
See Also