Microsoft.CSharp.RuntimeBinder.Errors.UserStringBuilder
struct UserStringBuilder
namespace Microsoft.CSharp.RuntimeBinder.Errors
{
internal struct UserStringBuilder
{
public bool ErrArgToString(out string psz, ErrArg parg, out bool fUserStrings);
}
}