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

PropertyDescriptorEnumerator() public method

public PropertyDescriptorEnumerator ( PropertyDescriptorCollection owner ) : System.Diagnostics.CodeAnalysis
owner PropertyDescriptorCollection
return System.Diagnostics.CodeAnalysis
            public PropertyDescriptorEnumerator(PropertyDescriptorCollection owner) {
                this.owner = owner;
            }
PropertyDescriptorCollection.PropertyDescriptorEnumerator