CustomPropCollection

CustomPropCollection class

CustomProps 컬렉션.

public class CustomPropCollection : Collection

생성자

이름 설명
CustomPropCollection() 생성자.

속성

이름 설명
Count { get; } 컬렉션에 실제로 포함된 요소 수를 가져옵니다.
Item { get; } 지정된 인덱스에서 요소를 가져옵니다.

행동 양식

이름 설명
Add(CustomProp) 컬렉션에 CustomProp 개체를 추가합니다.
Clear() 컬렉션에서 모든 요소를 제거합니다.
GetEnumerator() 제네릭이 아닌 컬렉션에 대한 단순 반복을 지원합니다.
IsExist(int) 컬렉션에 있는 항목입니다.
Remove(CustomProp) 컬렉션에서 CustomProp 개체를 제거합니다.

또한보십시오