public IMethodReturn Invoke(IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext)

var v1 = "";
var s2 = input.Arguments.ContainsParameter("abc");
if (s2)
{
v1 = input.Arguments["abc"].ToString();
}

05-27 04:41