Is there a way to use namespace aliases in Oxygene .net?
ie:
Whats the Oxygene equivalent of the C# code
using someOtherName = System.Timers.Timer; ?
Is there a way to use namespace aliases in Oxygene .net?
ie:
Whats the Oxygene equivalent of the C# code
using someOtherName = System.Timers.Timer; ?
Copyright © 2021 Jogjafile Inc.
Yes that is possible, just define it like you would define a type. For example: