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