'Declaration
Protected ReadOnly Property Constraints As System.Collections.ObjectModel.Collection(Of Constraint)
'Usage
Dim instance As LetterFileToPC Dim value As System.Collections.ObjectModel.Collection(Of Constraint) value = instance.Constraints
protected System.Collections.ObjectModel.Collection<Constraint> Constraints {get;}