'Declaration Public ReadOnly Property ContentItems As System.Collections.Generic.IReadOnlyList(Of ContentItemBase)
public System.Collections.Generic.IReadOnlyList<ContentItemBase> ContentItems {get;}
Note that even if the current element has no associated content items, accessing this property initializes the list. To simply check whether the element has any associated content items, use HasContentItems.
'Declaration Public ReadOnly Property ContentItems As System.Collections.Generic.IReadOnlyList(Of ContentItemBase)
public System.Collections.Generic.IReadOnlyList<ContentItemBase> ContentItems {get;}