Initializes a new instance of the ReadOnlyAssignmentCollection class.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public ReadOnlyAssignmentCollection(
	AssignmentCollection assignments
)
Visual Basic (Declaration)
Public Sub New ( _
	assignments As AssignmentCollection _
)

Parameters

assignments
Type: DlhSoft.Windows.Data..::.AssignmentCollection
Source assignment collection to be used by the new read-only assignment collection.

See Also