make forcing evaluation of lazyness explicit
This commit is contained in:
@@ -36,7 +36,12 @@ namespace OpenRA.FileFormats
|
||||
p = null;
|
||||
return value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void Force()
|
||||
{
|
||||
var ignored = Value;
|
||||
}
|
||||
}
|
||||
|
||||
public static class Lazy
|
||||
|
||||
Reference in New Issue
Block a user