System.ComponentModel.PropertyDescriptorCollection.PropertyDescriptorCollection C# (CSharp) Method

PropertyDescriptorCollection() public method

public PropertyDescriptorCollection ( PropertyDescriptor properties, bool readOnly ) : System.Diagnostics.CodeAnalysis
properties PropertyDescriptor
readOnly bool
return System.Diagnostics.CodeAnalysis
        public PropertyDescriptorCollection(PropertyDescriptor[] properties, bool readOnly) : this(properties) {
            this.readOnly = readOnly;
        }
        

Same methods

PropertyDescriptorCollection::PropertyDescriptorCollection ( PropertyDescriptor properties ) : System.Diagnostics.CodeAnalysis
PropertyDescriptorCollection::PropertyDescriptorCollection ( PropertyDescriptor properties, int propCount, string namedSort, IComparer comparer ) : System.Diagnostics.CodeAnalysis