Class ElementList

ElementList class

요소 목록입니다.

public class ElementList : IEnumerable<Element>

속성

이름설명
Item { get; }목록의 지정된 인덱스에 있는 요소를 가져옵니다.
Length { get; }목록의 요소 수를 가져옵니다.

행동 양식

이름설명
Add(Element)목록 끝에 요소를 추가합니다.
GetEnumerator()목록을 반복하는 열거자를 반환합니다.

또한보십시오