'Declaration
<NotNullAttribute()> Protected Friend Overridable ReadOnly Property ValidLeafTypeList As IReadOnlyList(Of Type)
'Usage
Dim instance As Node Dim value As IReadOnlyList(Of Type) value = instance.ValidLeafTypeList
[NotNull()] protected internal virtual IReadOnlyList<Type> ValidLeafTypeList {get;}
[NotNull()] protected internal: virtual property IReadOnlyList<Type^>^ ValidLeafTypeList { 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).