System.Windows.Forms.ListBindingHelper.GetListItemPropertiesByType C# (CSharp) Method

GetListItemPropertiesByType() private static method

private static GetListItemPropertiesByType ( Type type ) : System.Windows.Forms.PropertyDescriptorCollection
type Type
return System.Windows.Forms.PropertyDescriptorCollection
        private static PropertyDescriptorCollection GetListItemPropertiesByType(Type type) {
            return TypeDescriptor.GetProperties(GetListItemType(type), BrowsableAttributeList);
        }

Same methods

ListBindingHelper::GetListItemPropertiesByType ( Type type, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
ListBindingHelper::GetListItemPropertiesByType ( Type type, Array listAccessors, int startIndex ) : System.Windows.Forms.PropertyDescriptorCollection