Extension.ToAttributeValueCollection<TSource> Method
<Extension()> _
Public Shared Function ToAttributeValueCollection(Of _
TSource)( _
ByVal source As IEnumerable(Of TSource), _
ByVal id_selector As Func(Of TSource, EntityID), _
ByVal value_selector As Func(Of TSource, AttributeValue) _
) As AttributeValueCollection
This language is not supported or no code example is available.
public static AttributeValueCollection ToAttributeValueCollection<TSource>(
this IEnumerable<TSource> source,
Func<TSource, EntityID> id_selector,
Func<TSource, AttributeValue> value_selector
)
This language is not supported or no code example is available.
[Extension()]
generic<typename TSource>
public:
static AttributeValueCollection^ ToAttributeValueCollection(
IEnumerable<TSource>^ source,
Func<TSource, EntityID>^ id_selector,
Func<TSource, AttributeValue>^ value_selector
)
This language is not supported or no code example is available.
Type Parameters
- TSource
<default>
Parameters
- source
- IEnumerable<TSource>
<default>
<default>
- value_selector
- Func<TSource, AttributeValue>
<default>