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