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

Method ArgumentSource

src/Update/Mono.Options/Options.cs:567–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

565 public abstract class ArgumentSource {
566
567 protected ArgumentSource ()
568 {
569 }
570
571 public abstract string[] GetNames ();
572 public abstract string Description { get; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected