次の方法で共有


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>

作成元の組オブジェクト。

戻り値

作成された属性の値。

適用対象