c# - Shorten commands? -


क्या कमांडों को कम करना संभव है, जैसे ...

  this.ExampleCommand1। ExampleCommand2.1; this.ExampleCommand1.ExampleCommand2.2; this.ExampleCommand1.ExampleCommand2.3;  

से

  उदाहरणशॉर्टन = "this.ExampleCommand1.ExampleCommand2"; ExampleShorten.1; ExampleShorten.2; ExampleShorten.3;  

?

  var उदाहरण = यह.उदाहरण कमांड 1 .ExampleCommand2; ExampleShortened.1; ExampleShortened.2; ExampleShortened.3;  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -