| Append(char_t c) | System::Text::StringBuilder | |
| Append(char_t c, int count) | System::Text::StringBuilder | |
| Append(const ArrayPtr< char_t > &arr) | System::Text::StringBuilder | |
| Append(const ArrayPtr< char_t > &arr, int startIndex, int charCount) | System::Text::StringBuilder | |
| Append(const String &str) | System::Text::StringBuilder | |
| Append(const String &str, int startIndex, int charCount) | System::Text::StringBuilder | |
| Append(const SharedPtr< T > &obj) | System::Text::StringBuilder | inline |
| Append(const SharedPtr< StringBuilder > &builder) | System::Text::StringBuilder | |
| Append(float f) | System::Text::StringBuilder | |
| Append(double df) | System::Text::StringBuilder | |
| Append(int i) | System::Text::StringBuilder | |
| Append(T value) | System::Text::StringBuilder | inline |
| Append(E e) | System::Text::StringBuilder | inline |
| AppendFormat(const String &format, const TArgs &... args) | System::Text::StringBuilder | inline |
| AppendFormat(const SharedPtr< IFormatProvider > &fp, const String &format, const TArgs &... args) | System::Text::StringBuilder | inline |
| AppendLine() | System::Text::StringBuilder | |
| AppendLine(const String &str) | System::Text::StringBuilder | |
| Clear() | System::Text::StringBuilder | |
| CopyTo(int sourceIndex, System::ArrayPtr< char_t > const &destination, int destinationIndex, int count) | System::Text::StringBuilder | |
| Equals(ptr obj) | System::Object | virtual |
| Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
| Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
| Equals(float const &objA, float const &objB) | System::Object | inlinestatic |
| Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
| FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
| get_Capacity() const | System::Text::StringBuilder | |
| get_Length() const | System::Text::StringBuilder | |
| GetCounter() | System::Object | inline |
| GetHashCode() const | System::Object | virtual |
| GetType() const | System::Object | virtual |
| idx_get(int index) const | System::Text::StringBuilder | |
| idx_set(int index, char_t c) | System::Text::StringBuilder | |
| Insert(int startIndex, const String &str) | System::Text::StringBuilder | |
| Insert(int32_t index, const String &value, int32_t count) | System::Text::StringBuilder | |
| Insert(int startIndex, char_t ch) | System::Text::StringBuilder | |
| Insert(int index, const System::ArrayPtr< char_t > &chars, int startIndex, int charCount) | System::Text::StringBuilder | |
| Insert(int startIndex, T value) | System::Text::StringBuilder | inline |
| Is(const TypeInfo &targetType) const | System::Object | virtual |
| Lock() | System::Object | |
| MemberwiseClone() const | System::Object | virtual |
| Object() | System::Object | |
| Object(Object const &x) | System::Object | |
| operator=(Object const &x) | System::Object | inline |
| operator[](int index) const | System::Text::StringBuilder | |
| ptr typedef | System::Object | |
| ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
| ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
| ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
| ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
| ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
| Remove(int startIndex, int length) | System::Text::StringBuilder | |
| RemovedSharedRefs(int count) | System::Object | inline |
| Replace(const String &oldString, const String &newString) | System::Text::StringBuilder | |
| Replace(const String &oldString, const String &newString, int position, int count) | System::Text::StringBuilder | |
| Replace(char_t oldChar, char_t newChar) | System::Text::StringBuilder | |
| Replace(char_t oldChar, char_t newChar, int startIndex, int count) | System::Text::StringBuilder | |
| set_Capacity(int capacity) | System::Text::StringBuilder | |
| set_Length(int len) | System::Text::StringBuilder | |
| SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
| SharedCount() const | System::Object | inline |
| SharedRefAdded() | System::Object | inline |
| SharedRefRemovedSafe() | System::Object | inline |
| StringBuilder() | System::Text::StringBuilder | |
| StringBuilder(int capacity) | System::Text::StringBuilder | |
| StringBuilder(const String &str) | System::Text::StringBuilder | |
| StringBuilder(const String &value, int capacity) | System::Text::StringBuilder | |
| StringBuilder(const String &value, int startIndex, int length, int capacity) | System::Text::StringBuilder | |
| ToString() const override | System::Text::StringBuilder | virtual |
| ToString(int startIndex, int length) const | System::Text::StringBuilder | |
| Type() | System::Object | inlinestatic |
| Unlock() | System::Object | |
| WeakRefAdded() | System::Object | inline |
| WeakRefRemoved() | System::Object | inline |
| ~Object() | System::Object | virtual |
| ~StringBuilder() | System::Text::StringBuilder | |