Interface ICollectionValue<TItem>

    • Method Detail

      • count

        int count()
      • copyTo

        void copyTo​(TItem[] arr,
                    int startIndex)
      • toArray

        TItem[] toArray()