Files
linux-packaging-mono/mcs/class/System.Private.CoreLib/System/MissingMemberException.cs

10 lines
146 B
C#
Raw Normal View History

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