votes
Mutator class, my little expirament
I've created a Mutator class that looks like : [code] namespace Engine.Core.Mutators { public abstract class Mutator { private Dictionary<string, object> _mutatableObjects; private Dictionary<string, ...
blah blah blah is here! blah blah » Close
I've created a Mutator class that looks like : [code] namespace Engine.Core.Mutators { public abstract class Mutator { private Dictionary<string, object> _mutatableObjects; private Dictionary<string, ...
I have been working on a project that has its source code stored on my flash drive. I've been bouncing back and forth between my friends house and my school to work on it. It wasn't until I brought the project home that I received any error ...
Hi all, I am facing the object reference error is the following line: [code] this.bitSize = key.Parameters.P.BitLength; [/code] It seems that P does not contain anything.. I tried to check this by printing out the value using [c ...
Got feedack? Found a bug? report it here.