CallInfo public sealed class CallInfo Documentation public int ArgumentCount { get; } public ReadOnlyCollection<string> ArgumentNames { get; } public CallInfo(int argCount, string[] argNames) public CallInfo(int argCount, IEnumerable<string> argNames)