AttributeValue.FromTuple Method
Include Protected Members
Include Inherited Members
Creates an attribute value from the specified tuple object.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. |
Top