C# 클래스 ComponentFactory.Quicksilver.Layout.MetaElementCollection.CompoundMetaElementCollection

상속: ICollection
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 메소드들

메소드 설명
CompoundMetaElementCollection ( MetaElementCollection collection ) : System

Initialize a new instance of the CompoundMetaElementCollection class.

CopyTo ( Array array, int index ) : void

Copies the elements from the collection to the array.

GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

메소드 상세

CompoundMetaElementCollection() 공개 메소드

Initialize a new instance of the CompoundMetaElementCollection class.
public CompoundMetaElementCollection ( MetaElementCollection collection ) : System
collection MetaElementCollection Reference to collection.
리턴 System

CopyTo() 공개 메소드

Copies the elements from the collection to the array.
public CopyTo ( Array array, int index ) : void
array System.Array Array that is the destination for copying.
index int Zero-based index in the array at which copying begins.
리턴 void

GetEnumerator() 공개 메소드

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator