BlueSky.Model.VirtualListDynamic.ITypedList C# (CSharp) Method

ITypedList() private method

private ITypedList ( PropertyDescriptor descs ) : PropertyDescriptorCollection
descs System.ComponentModel.PropertyDescriptor
return System.ComponentModel.PropertyDescriptorCollection
        PropertyDescriptorCollection ITypedList.GetItemProperties(PropertyDescriptor[] descs) { return fColumnCollection; }

Same methods

VirtualListDynamic::ITypedList ( PropertyDescriptor descs ) : string