ServerPropertyCollection 클래스

정의

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

[System.Runtime.InteropServices.Guid("52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public sealed class ServerPropertyCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("52478F9D-620A-4fc4-98F4-E594BEA9E676")>]
type ServerPropertyCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ServerPropertyCollection
Implements IList
상속
ServerPropertyCollection
특성
구현

생성자

ServerPropertyCollection()

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

Item[Int32]

지정된 인덱스에 있는 ServerProperty 요소를 가져옵니다.

Item[String]

지정된 이름을 가진 ServerProperty 요소를 가져옵니다.

메서드

Add(ServerProperty)

지정된 ServerProperty을 컬렉션의 끝에 추가합니다.

Add(String, String)

제공된 이름 및 값을 사용하여 새 ServerProperty 개체를 만들고, 컬렉션에 추가하고, 만든 새 ServerProperty 개체를 반환합니다.

Clear()

컬렉션에서 모든 항목을 제거합니다.

Contains(ServerProperty)

지정된 ServerProperty가 컬렉션에 있는지 여부를 결정합니다.

Contains(String)

지정된 이름을 가진 ServerProperty가 컬렉션에 존재하는지를 확인합니다.

CopyTo(Array, Int32)

컬렉션의 요소를 배열의 특정 배열 인덱스에서 시작하는 위치에 복사합니다.

CopyTo(ServerPropertyCollection)

요소를 이 컬렉션에서 다른 컬렉션으로 복사합니다.

Find(String)

지정된 이름을 가진 ServerProperty를 검색하고 반환합니다.

IndexOf(ServerProperty)

지정한 ServerProperty를 검색하고 컬렉션 내에서 해당 인덱스(0부터 시작)를 반환합니다.

IndexOf(String)

지정된 이름을 가진 지정된 ServerProperty로 검색하고 컬렉션 내에서 해당 항목이 있는 인덱스(0부터 시작)를 반환합니다.

Insert(Int32, ServerProperty)

지정된 ServerProperty을 컬렉션에서 지정된 인덱스에 삽입합니다.

Insert(Int32, String, String)

제공된 이름 및 값을 사용하여 새 ServerProperty 개체를 만들고, 지정된 인덱스의 컬렉션에 삽입하고, 만든 새 ServerProperty 개체를 반환합니다.

Remove(ServerProperty)

이 컬렉션에서 지정된 ServerProperty를 제거합니다.

Remove(String)

컬렉션에서 지정된 이름을 가진 ServerProperty를 제거합니다.

RemoveAt(Int32)

지정된 인덱스에서 ServerProperty를 제거합니다.

명시적 인터페이스 구현

ICollection.IsSynchronized

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

ICollection.SyncRoot

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IEnumerable.GetEnumerator()

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.Add(Object)

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.Contains(Object)

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.IndexOf(Object)

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.Insert(Int32, Object)

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.IsFixedSize

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.IsReadOnly

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.Item[Int32]

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

IList.Remove(Object)

ServerProperty 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

적용 대상