Skip to content

Instantly share code, notes, and snippets.

View wildbrain72's full-sized avatar
🏠
Working from home

Rogen Alexandre da Silva Cardim wildbrain72

🏠
Working from home
  • Engineering
  • São Paulo/SP
View GitHub Profile
public class AssertProperties<T>
{
private readonly ICollection<string> _errors = new List<string>();
public class AssertValue<TResult>
{
private readonly object _value;
private readonly string _propertName;
private readonly AssertProperties<T> _parent;