Implemented interface member:
property
ReturnType
System.Xml.Xsl.IXsltContextFunction.ReturnType
2 references to ReturnType
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
324
return func.
ReturnType
== XPathResultType.NodeSet && func.Maxargs == 0;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
440
return this.function.
ReturnType
;