c# - Passing void as out parameter -


this question has answer here:

is there way ignore out parameter? i.e.

bool myintisvalid = int.tryparse(stringvalue, void); 

or

bool myintisvalid = int.tryparse(stringvalue, out new int()); 

no, have pass variable, you're free ignore afterwards.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -