10 lines
146 B
C#
10 lines
146 B
C#
|
namespace System
|
||
|
{
|
||
|
partial class MissingMemberException
|
||
|
{
|
||
|
internal static string FormatSignature (byte[] signature)
|
||
|
{
|
||
|
return "";
|
||
|
}
|
||
|
}
|
||
|
}
|