Method RemovePlatformOverride
RemovePlatformOverride(RuntimePlatform)
Removes the platform override for the chosen platform.
Declaration
public bool RemovePlatformOverride(RuntimePlatform platform)
Parameters
Type | Name | Description |
---|---|---|
RuntimePlatform | platform | The platform to remove. |
Returns
Type | Description |
---|---|
bool | true if the platform was removed or false if no override was found. |