1
Votes

C# FAQ: How can I declare inout arguments in CSharp? at C# Online.NET (CSharp-Online.NET)

published 963 days, 3 hours, 15 minutes ago posted by ankarajuankaraju 971 days, 13 hours, 18 minutes ago
Tuesday, September 29, 2009 5:04:12 PM GMT Monday, September 21, 2009 7:01:15 AM GMT

C# FAQ: How can I declare inout arguments in CSharp?Microsoft .NET Framework, ADO.NET, ASP.NET, SQL Server, Visual C#, Visual Studio Developer Training Jump to: navigation, searchCSharp-Online.NET:FAQsC# and .NET FAQCSharp-Online.NET FAQMediaWiki FAQedit[edit] How can I declare inout arguments in C#? To create the equivalent of C-style inout arguments in C#, use the ref keyword. The ref keyword is used in the following method declaration: publicvoid aMethod (refString string1, outString string2){ ....

Category: Technology | Clicked: 1 | | Source: en.csharp-online.net | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup