AttributeValue.Implicit 运算符

定义

重载

Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue)

从指定元组对象创建特性值。

Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue)

从指定元组对象创建特性值。

Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue)

从指定元组对象创建特性值。

public static implicit operator System.Web.WebPages.AttributeValue ((Tuple<string,int>,Tuple<object,int>,bool) value);
static member op_Implicit : (string * int * obj * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Widening Operator CType (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of Object, Integer), Boolean)) As AttributeValue

参数

value
Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>

要从中创建值的元组对象。

返回

创建的特性值。

适用于

Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue)

从指定元组对象创建特性值。

public static implicit operator System.Web.WebPages.AttributeValue ((Tuple<string,int>,Tuple<string,int>,bool) value);
static member op_Implicit : (string * int * string * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Widening Operator CType (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of String, Integer), Boolean)) As AttributeValue

参数

value
Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>

要从中创建值的元组对象。

返回

创建的特性值。

适用于