Bifrost.FluentValidation.MetaData.ValidationMetaDataGenerator.GetPropertyInfo C# (CSharp) Метод

GetPropertyInfo() приватный Метод

private GetPropertyInfo ( Type type, string name ) : PropertyInfo
type System.Type
name string
Результат PropertyInfo
        PropertyInfo GetPropertyInfo(Type type, string name)
        {
            return type.GetProperty(name);
        }
    }