- This discussion is closed: you can't post new comments.
- This discussion is closed: you can't post new comments.
- This discussion is closed: you can't post new comments.
- This discussion is closed: you can't post new comments.
- This discussion is closed: you can't post new comments.
- This discussion is closed: you can't post new comments.
Small error in Code
public override Type PropertyType { get { if (_dictionary[_key] != null) { return _dictionary[_key].GetType(); } else { return typeof(object); } } }Cheers, Tobi