I like C# , PHP , Python , Ruby , T-SQL , HTML5 , JavaScript , JQuery and anything related to programming ....
partial class MyPartialClass { ... partial void ValidateInput(decimal amount); }
partial class MyPartialClass { ... partial void ValidateInput(decimal amount) { if (amount> 100) throw new ArgumentException ("Too Big"); } }
from w3mentor
No comments:
Post a Comment