'Declaration
<NotNullAttribute()> Protected Friend Overridable ReadOnly Property ValidBranchTypeList As IReadOnlyList(Of Type)
'Usage
Dim instance As Node Dim value As IReadOnlyList(Of Type) value = instance.ValidBranchTypeList
[NotNull()] protected internal virtual IReadOnlyList<Type> ValidBranchTypeList {get;}
[NotNull()] protected internal: virtual property IReadOnlyList<Type^>^ ValidBranchTypeList { IReadOnlyList<Type^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).