AppendTypeName(IType)
Appends a fully-qualified type name to the StringBuilder, where the type is given as an IType.
Declaration
public void AppendTypeName(IType type)
Parameters
Type | Name | Description |
---|---|---|
IType | type |
AppendTypeName(Type)
Appends a fully-qualified type name to the StringBuilder, where the type is given as a reflection Type.
Declaration
public void AppendTypeName(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |