xtd 0.2.0
Loading...
Searching...
No Matches

◆ full_class_name() [1/3]

template<typename object_t >
static ustring xtd::ustring::full_class_name ( )
inlinestatic

Gets the fully qualified class name of the objec_t, including the namespace of the objec_t.

Returns
The fully qualified class name of the objec_t, including the namespace of the objec_t.
Remarks
For example, the fully qualified name of the ustring type is xtd::ustring.
Deprecated:
Replaced by typeof_<object_t>().full_name() - Will be removed in version 0.4.0