OpenXmlSimpleValue<T>.Implicit(OpenXmlSimpleValue<T> to T) 运算符

定义

将指定的值隐式转换为 T。

public static implicit operator T (DocumentFormat.OpenXml.OpenXmlSimpleValue<T> xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> -> 'T
Public Shared Widening Operator CType (xmlAttribute As OpenXmlSimpleValue(Of T)) As T

参数

xmlAttribute
OpenXmlSimpleValue<T>

OpenXmlSimpleValue 实例。

返回

T

OpenXmlSimpleValue 类中的内部值。

例外

当 xmlAttribute 为 null 时引发。

适用于