Implemented interface member:
property
MethodSignature
System.Runtime.Remoting.Messaging.IMethodMessage.MethodSignature
2 references to MethodSignature
mscorlib (2)
system\runtime\remoting\message.cs (2)
1151return _message.MethodSignature; 2374get {return _m.MethodSignature;}