A no-arg constructor.
public ExampleClass()
A one-arg constructor.
public ExampleClass(string id)
parameter | description |
---|---|
id | The ID. |
These remarks reference parameter id at the end of a line.
These remarks reference parameter id at the start of a line.