XmlQueryRuntime.DebugGetXsltValue(IList) 方法

定义

将序列转换为其相应的 XSLT 类型。

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

参数

seq
IList

IList 类的实例。

返回

Object

一个 object 类型的值。

适用于