Click or drag to resize

Utils_Linq.Add Method

Overload List
  NameDescription
Public methodStatic memberAdd<K, V>(List<KeyValuePair<K, V>>, K, V)
Adds a new instance of KeyValuePair in a list of KeyValuePair or same type.
Public methodStatic memberAdd<V1, V2>(List<Tuple<V1, V2>>, V1, V2)
Adds a new instance of Tuple in a list of Tuple or same type.
Public methodStatic memberAdd<K, V>(List<SerializableKeyValuePair<K, V>>, K, V)
Adds a new instance of KeyValuePair in a list of KeyValuePair or same type.
Public methodStatic memberAdd<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.
Top
See Also