5#include <system/string.h> 
   16template <
typename> 
class List;
 
   40    typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
 
   41    ASPOSECPP_SHARED_RTTI_INFO_DECL();
 
   44    friend class System::Xml::XmlEventCache;
 
   57    ASPOSECPP_SHARED_API 
void Clear();
 
   73    void ConcatNoDelimiter(
const String& s);
 
   75    #ifdef ASPOSE_GET_SHARED_MEMBERS 
   76    ASPOSECPP_SHARED_API 
void GetSharedMembers(System::Object::shared_members_type& result) 
const override;
 
   79    #ifdef __DBG_FOR_EACH_MEMBER 
   83    ASPOSECPP_SHARED_API 
void DBG_for_each_member(DBG::for_each_member_visitor& visitor) 
const override;
 
   86    const char* DBG_class_name()
 const override { 
return "StringConcat"; }
 
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
 
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
 
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
 
Concatenates strings when the number of strings is not known beforehand.
Definition: string_concat.h:36
 
void Concat(const String &value)
Concatenates a new string to the result.
 
void Clear()
Clears the result string.
 
String GetResult()
Returns the result string.
 
String get_Delimiter()
Returns the string that delimits concatenated strings.
 
void set_Delimiter(const String &value)
Sets the string that delimits concatenated strings.
 
StringConcat()
Default constructor.
 
class ASPOSECPP_SHARED_CLASS List
Definition: ienumerable.h:18
 
@ Xml
Serialize according to the XML 1.0 rules.
 
Definition: db_command.h:9