PropertyCollection

PropertyCollection class

속성 모음

public class PropertyCollection : IEnumerable<Property>

속성

이름설명
Count { get; }선언된 속성의 수를 가져옵니다.
Item { get; }
Item { get; set; }

행동 양식

이름설명
FindProperty(string)속성을 찾습니다. 동적 속성(CreateDynamicProperty/SetProperty에 의해 생성됨) 또는 고유 속성(이름으로 식별됨) 일 수 있습니다.
GetEnumerator()컬렉션을 반복하는 열거자를 반환합니다.
RemoveProperty(Property)동적 속성을 제거합니다.
RemoveProperty(string)동적 속성을 제거합니다.

또한보십시오