Bifrost.Validation.Rules.NotNull.NotNull C# (CSharp) 메소드

NotNull() 공개 메소드

Initializes a new instance of the NotNull rule
public NotNull ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo Property the rule is for
리턴 System.Reflection
        public NotNull(PropertyInfo property) : base(property) { }