AppendType(UnsafeStringBuilder, Type)
Appends a Type name to an UnsafeStringBuilder.
Declaration
protected virtual void AppendType(UnsafeStringBuilder stringBuilder, Type type)
Parameters
Type | Name | Description |
---|---|---|
UnsafeStringBuilder | stringBuilder | |
Type | type | A Type. |