ExampleClass constructor (1 of 2)

A no-arg constructor.

public ExampleClass()

See Also


ExampleClass constructor (2 of 2)

A one-arg constructor.

public ExampleClass(string id)
parameter description
id The ID.

Remarks

These remarks reference parameter id at the end of a line.

These remarks reference parameter id at the start of a line.

See Also