10 lines
146 B
C#
Raw Normal View History

namespace System
{
partial class MissingMemberException
{
internal static string FormatSignature (byte[] signature)
{
return "";
}
}
}