'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public ReadOnly Property ValidLeafTypeList As IReadOnlyList(Of Type)
'Usage
Dim instance As NodeCollection Dim value As IReadOnlyList(Of Type) value = instance.ValidLeafTypeList
[Browsable(false)] [NotNull()] public IReadOnlyList<Type> ValidLeafTypeList {get;}
[Browsable(false)] [NotNull()] public: 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).