'DeclarationPublic Overridable ReadOnly Property ParagraphsDeepSearch As ReadOnlyCollection(Of Paragraph)
'UsageDim instance As Container Dim value As ReadOnlyCollection(Of Paragraph) value = instance.ParagraphsDeepSearch
public virtual ReadOnlyCollection<Paragraph> ParagraphsDeepSearch {get;}