slang extensions looks same as c# extension methods, not partial classes. Partial classes allow extending types to introduce more variables unlike slang extensions. And you cannot extend that types not partial to begin with. Where extension methods allows that. Also c# users that use extension methods much more than partial types, probably.
slang extensions looks same as c# extension methods, not partial classes. Partial classes allow extending types to introduce more variables unlike slang extensions. And you cannot extend that types not partial to begin with. Where extension methods allows that. Also c# users that use extension methods much more than partial types, probably.