[Solved] Generic object inside class constructor [closed]

[ad_1]

Is Id a function with generic object as first parameter and optional GUID as a second parameter?

Not quite. It is a function with a generic object as a first parameter (the type of T is defined elsewhere, probably in the class definition) that returns a nullable GUID.

[ad_2]

solved Generic object inside class constructor [closed]