Если я перехожу к определению System.Aciton в VS:
#region Assembly mscorlib.dll, v2.0.50727
// C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
#endregion
namespace System
{
// Summary:
// Encapsulates a method that takes a single parameter and does not return a
// value.
//
// Parameters:
// obj:
// The parameter of the method that this delegate encapsulates.
//
// Type parameters:
// T:
// The type of the parameter of the method that this delegate encapsulates.
public delegate void Action<T>(T obj);
}
Вопрос: что там происходит на первой линии? Для меня это выглядит почти как какой-то «взлом», который говорит о физическом пути dll.