Bifrost.FluentValidation.MetaData.ValidationMetaDataGenerator.GetPropertyInfo C# (CSharp) Method

GetPropertyInfo() private method

private GetPropertyInfo ( Type type, string name ) : PropertyInfo
type System.Type
name string
return PropertyInfo
        PropertyInfo GetPropertyInfo(Type type, string name)
        {
            return type.GetProperty(name);
        }
    }