AttributeValue.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue) |
Creates an attribute value from the specified tuple object. |
Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue) |
Creates an attribute value from the specified tuple object. |
Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue)
Creates an attribute value from the specified tuple object.
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
Parameters
The tuple object from which to create from.
Returns
The created attribute value.
Applies to
Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue)
Creates an attribute value from the specified tuple object.
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
Parameters
The tuple object from which to create from.
Returns
The created attribute value.