JasonBock / SpackleNet

Spackle is a project that contains a number of helper methods I've used to supplement the core classes in .NET.
MIT License
14 stars 1 forks source link

Look Into Potential Name Collisions with Range #20

Closed JasonBock closed 4 years ago

JasonBock commented 4 years ago

There's a Range type in NS 2.1 now, and I need to determine what I should do with my type. Obsolete it? Change the name?

JasonBock commented 4 years ago

If a collision occurs, someone can just add using SRange = Spackle.Range; and resolve it.