XmlQueryRuntime.DebugGetXsltValue(IList) Method

Definition

Converts a sequence to its appropriate XSLT type.

public:
 System::Object ^ DebugGetXsltValue(System::Collections::IList ^ seq);
public object DebugGetXsltValue (System.Collections.IList seq);
member this.DebugGetXsltValue : System.Collections.IList -> obj
Public Function DebugGetXsltValue (seq As IList) As Object

Parameters

seq
IList

An instance of the IList class.

Returns

A value of type object.

Applies to