5#if !defined(__XTD_ARRAY_INTERNAL__) 
    6#error "Do not include this file: Internal use only. Include <xtd/array> or <xtd/array.h> instead." 
   14  namespace collections::object_model {
 
   15    template<
typename type_t>
 
   16    class read_only_collection;
 
   68    template<
typename type_t, 
typename allocator_t>
 
static xtd::collections::object_model::read_only_collection< type_t > as_read_only(const xtd::array< type_t, 1, allocator_t > &array)
Returns a read-only wrapper for the specified array.
 
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:58
 
Provides the base class for a generic read-only collection.
Definition read_only_collection.hpp:40
 
Contains xtd::collections::generic::comparer <type_t> interface.
 
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10