[Solved] Generic object inside class constructor [closed]


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.

solved Generic object inside class constructor [closed]