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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void
            public void Reset() {
                index = -1;
            }
        }
PropertyDescriptorCollection.PropertyDescriptorEnumerator