| Place Constructor (Boolean) |
Initializes a new instance of the
Place class
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Place(
bool v2 = false
)
public:
Place(
bool v2 = false
)
ParaPlanREST.Models.Place = function(v2);
Parameters
- v2 (Optional)
- Type: SystemBoolean
[Missing <param name="v2"/> documentation for "M:ParaPlanREST.Models.Place.#ctor(System.Boolean)"]
See Also