55 bool equals(
const object& value)
const noexcept override;
63 using base::operator [];
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:80
const value_type & const_reference
Definition list.hpp:96
typename ilist< xtd::sptr< xtd::diagnostics::trace_listener > >::value_type value_type
Definition list.hpp:86
value_type & reference
Definition list.hpp:94
bool equals(const object &value) const noexcept override
Determines whether the specified object is equal to the current object.
xtd::collections::generic::list< value_type > base
Represents the base type of the collection.
Definition trace_listener_collection.hpp:35
trace_listener_collection(const std::initializer_list< value_type > &il)
Creates a new object xtd::diagnostics::trace_listener_collection with specified initializer list.
trace_listener_collection()=default
Creates a new object xtd::diagnostics::trace_listener_collection with specified allocator (optional).
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
#define core_export_
Define shared library export.
Definition core_export.hpp:13
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
Contains xtd::iequatable interface.
Contains xtd::collections::generic::list <type_t> class.
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition assert_dialog_result.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::diagnostics::trace_listener listener.