C# 클래스 System.Configuration.PropertyInformationCollection

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( PropertyInformation array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( string propertyName ) : PropertyInformation

비공개 메소드들

메소드 설명
GetObjectData ( System.Configuration.SerializationInfo info, StreamingContext context ) : void
PropertyInformationCollection ( ConfigurationElement thisElement ) : System
this ( int index ) : PropertyInformation

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( PropertyInformation array, int index ) : void
array PropertyInformation
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

this() 공개 메소드

public this ( string propertyName ) : PropertyInformation
propertyName string
리턴 PropertyInformation