Click or drag to resize

ToStringBuilderT Class

[Missing <summary> documentation for "T:Sportradar.SDK.Common.Utils.ToStringBuilder`1"]

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.Common.UtilsToStringBuilderT

Namespace: Sportradar.SDK.Common.Utils
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public class ToStringBuilder<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Sportradar.SDK.Common.Utils.ToStringBuilder`1"]

The ToStringBuilderT type exposes the following members.

Constructors
 NameDescription
Public methodToStringBuilderTInitializes a new instance of the ToStringBuilderT class
Top
Methods
 NameDescription
Public methodAppend(String) 
Public methodAppendTProperty(Object, ExpressionFuncT, TProperty) 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodListPropertyT 
Public methodToString
(Overrides ObjectToString)
Public methodToStringWithoutTypeName 
Top
See Also