Share via


AttributeValue.FromTuple Method

Definition

Overloads

FromTuple(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>)

Creates an attribute value from the specified tuple object.

FromTuple(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>)

Creates an attribute value from the specified tuple object.

FromTuple(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>)

Creates an attribute value from the specified tuple object.

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

Parameters

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

The tuple object from which to create from.

Returns

The created attribute value.

Applies to

FromTuple(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>)

Creates an attribute value from the specified tuple object.

public static System.Web.WebPages.AttributeValue FromTuple ((Tuple<string,int>,Tuple<string,int>,bool) value);
static member FromTuple : (string * int * string * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Function FromTuple (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of String, Integer), Boolean)) As AttributeValue

Parameters

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

The tuple object from which to create from.

Returns

The created attribute value.

Applies to