Utils_Linq.Add Method |
Name | Description | |
---|---|---|
![]() ![]() | Add<K, V>(List<KeyValuePair<K, V>>, K, V) |
Adds a new instance of KeyValuePair in a list of KeyValuePair or same type.
|
![]() ![]() | Add<V1, V2>(List<Tuple<V1, V2>>, V1, V2) |
Adds a new instance of Tuple in a list of Tuple or same type.
|
![]() ![]() | Add<K, V>(List<SerializableKeyValuePair<K, V>>, K, V) |
Adds a new instance of KeyValuePair in a list of KeyValuePair or same type.
|
![]() ![]() | Add<V1, V2, V3>(List<Tuple<V1, V2, V3>>, V1, V2, V3) |
Adds a new instance of Tuple in a list of Tuple or same type.
|