'宣言 Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
'使用法 Dim instance As LabeledValues Dim value As System.Collections.Generic.IList(Of T) value = instance.Items
protected System.Collections.Generic.IList<T> Items {get;}
'宣言 Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
'使用法 Dim instance As LabeledValues Dim value As System.Collections.Generic.IList(Of T) value = instance.Items
protected System.Collections.Generic.IList<T> Items {get;}