'宣言 Protected ReadOnly Property InnerList As System.Collections.Generic.List(Of Object)
'使用法 Dim instance As FastList Dim value As System.Collections.Generic.List(Of Object) value = instance.InnerList
protected System.Collections.Generic.List<object> InnerList {get;}