'Declaration
Protected Overrides ReadOnly Property ValidLeafTypeList As IReadOnlyList(Of Type)
'Usage
Dim instance As UAServerNode Dim value As IReadOnlyList(Of Type) value = instance.ValidLeafTypeList
protected override IReadOnlyList<Type> ValidLeafTypeList {get;}
protected: property IReadOnlyList<Type^>^ ValidLeafTypeList { IReadOnlyList<Type^>^ get() override; }
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).