共用方式為


AttributeValue.Implicit 運算子

定義

多載

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

建立指定 Tuple 物件的屬性值。

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

建立指定 Tuple 物件的屬性值。

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

建立指定 Tuple 物件的屬性值。

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>

要建立的 Tuple 物件。

傳回

建立的屬性值。

適用於

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

建立指定 Tuple 物件的屬性值。

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>

要建立的 Tuple 物件。

傳回

建立的屬性值。

適用於