public PrimitiveObject() { _Int = TestRandomizer.GetInt(); _Long = TestRandomizer.GetLong(); _Bool = TestRandomizer.GetBool(); _Short = TestRandomizer.GetShort(); _String = TestRandomizer.GetString(); }
protected override object GetValue() { return(TestRandomizer.GetBool()); }