Blog.Common.Web.Extensions.ImportPropertySelectionBehavior.SelectProperty C# (CSharp) Метод

SelectProperty() публичный Метод

public SelectProperty ( Type type, PropertyInfo prop ) : bool
type System.Type
prop System.Reflection.PropertyInfo
Результат bool
        public bool SelectProperty(Type type, PropertyInfo prop)
        {
            return prop.GetCustomAttributes(typeof(ImportAttribute)).Any();
        }
    }
ImportPropertySelectionBehavior