System.ComponentModel.PropertyDescriptorCollection.PropertyDescriptorEnumerator.PropertyDescriptorEnumerator C# (CSharp) 메소드

PropertyDescriptorEnumerator() 공개 메소드

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