Method AppendType
AppendType(UnsafeStringBuilder, Type)
Appends a Type name to an UnsafeStringBuilder.
Declaration
[HasInheritedAttribute(new long[]{})]
protected virtual void AppendType(UnsafeStringBuilder stringBuilder, [Required(AttributeId = 975532479039438880L, AttributePriority = 671088640)] Type type)
Parameters
Type | Name | Description |
---|---|---|
UnsafeStringBuilder | stringBuilder | |
Type | type | A Type. |