System.ServiceModel.Dispatcher.BaseMessagesFormatter.ParamsOffset C# (CSharp) Method

ParamsOffset() protected static method

protected static ParamsOffset ( System.ServiceModel.Description.MessageBodyDescription desc ) : int
desc System.ServiceModel.Description.MessageBodyDescription
return int
		protected static int ParamsOffset (MessageBodyDescription desc)
		{
			return HasReturnValue (desc) ? 1 : 0;
		}