Heureka API .NET Documentation
TreatmentUnitInfoCollection Constructor(IEnumerable<TreatmentUnitInfo>)



Creates a new collection filled with specified treatmentunitInfos.
Syntax
'Declaration
 
Public Function New( _
   ByVal tUnits As IEnumerable(Of TreatmentUnitInfo) _
)
'Usage
 
Dim tUnits As IEnumerable(Of TreatmentUnitInfo)
 
Dim instance As New TreatmentUnitInfoCollection(tUnits)
public TreatmentUnitInfoCollection( 
   IEnumerable<TreatmentUnitInfo> tUnits
)
public:
TreatmentUnitInfoCollection( 
   IEnumerable<TreatmentUnitInfo^>^ tUnits
)

Parameters

tUnits
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreatmentUnitInfoCollection Class
TreatmentUnitInfoCollection Members
Overload List

Send Feedback