2010-07-14, 05:03 AM
Spaz Wrote:Code:// Add the arguments for all switchable files
foreach ( SwitchableFile switchableFile in Settings.SwitchableFiles.Values )
{
optionSet.Add( string.Format( "{0}", switchableFile.WhetherToSwitchArg ),
string.Format( "Switch {0}", switchableFile.NormalFile ),
argExistence => Settings.SwitchFile[ switchableFile.Name ] = ( argExistence != null ) );
...
}
Only C# gurus will get this one.
Hint 1
Hint 2
answer
I need to read up on my C++ again, cuz thats was like a tongue twister in the brain.
