[]
        
(Showing Draft Content)

C1.C1Preview.Util.FastList.InnerList

InnerList Property

InnerList

Gets the List<T> used internally to store the elements of the current FastList.

Declaration
protected List<object> InnerList { get; }