C# 클래스 System.Configuration.SettingsPropertyValueCollection

상속: ICloneable, ICollection, IEnumerable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( SettingsPropertyValue property ) : void
Clear ( ) : void
Clone ( ) : object
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
Remove ( string name ) : void
SetReadOnly ( ) : void
SettingsPropertyValueCollection ( ) : System.Collections
this ( string name ) : SettingsPropertyValue

비공개 메소드들

메소드 설명
SettingsPropertyValueCollection ( Hashtable indices, ArrayList values ) : System.Collections

메소드 상세

Add() 공개 메소드

public Add ( SettingsPropertyValue property ) : void
property SettingsPropertyValue
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : void
리턴 void

SettingsPropertyValueCollection() 공개 메소드

public SettingsPropertyValueCollection ( ) : System.Collections
리턴 System.Collections

this() 공개 메소드

public this ( string name ) : SettingsPropertyValue
name string
리턴 SettingsPropertyValue