Click or drag to resize

Utils_LinqAdd Method

Overload List
  NameDescription
Public methodStatic memberAddK, V(ListKeyValuePairK, V, K, V)
Adds a new instance of KeyValuePair in a list of KeyValuePair or same type.
Public methodStatic memberAddV1, V2(ListTupleV1, V2, V1, V2)
Adds a new instance of Tuple in a list of Tuple or same type.
Public methodStatic memberAddK, V(ListSerializableKeyValuePairK, V, K, V)
Adds a new instance of KeyValuePair in a list of KeyValuePair or same type.
Public methodStatic memberAddV1, V2, V3(ListTupleV1, V2, V3, V1, V2, V3)
Adds a new instance of Tuple in a list of Tuple or same type.
Top
See Also