'Declaration <DescriptionAttribute("The collection of recognized lines.")> Public ReadOnly Property Lines As System.Collections.ObjectModel.ReadOnlyCollection(Of LineInfo)
[Description("The collection of recognized lines.")] public System.Collections.ObjectModel.ReadOnlyCollection<LineInfo> Lines { get; }
[Description("The collection of recognized lines.")] public: __property System.Collections.ObjectModel.ReadOnlyCollection<LineInfo*>* get_Lines();
[Description("The collection of recognized lines.")] public:
property System.Collections.ObjectModel.ReadOnlyCollection<LineInfo^>^ Lines { System.Collections.ObjectModel.ReadOnlyCollection<LineInfo^>^ get(); }