MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / Add

Method Add

src/Update/Mono.Options/Options.cs:255–255  ·  view source on GitHub ↗
(string item)

Source from the content-addressed store, hash-verified

253
254 #region ICollection<T>
255 public void Add (string item) {values.Add (item);}
256 public void Clear () {values.Clear ();}
257 public bool Contains (string item) {return values.Contains (item);}
258 public void CopyTo (string[] array, int arrayIndex) {values.CopyTo (array, arrayIndex);}

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected