Add(KeyValuePair)
This commit is contained in:
@@ -490,5 +490,7 @@ namespace DTLib.Dtsod
|
|||||||
Add(pair.Key, pair.Value);
|
Add(pair.Key, pair.Value);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Add(KeyValuePair<string, ValueStruct> a) => Add(a.Key, a.Value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user