C# 클래스 SwfDotNet.IO.ComponentCollection

ComponentCollection
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 메소드들

메소드 설명
Add ( Component value ) : Component

Add a base tag

AddRange ( Component values ) : void

Add an array of component

Clear ( ) : void

Clear collection

ComponentCollection ( ) : System

Constructor

Contains ( Component value ) : bool

Test if list contain a component

GetLastOne ( ) : Component

Gets the last component of the collection.

IndexOf ( Component value ) : int

Get index of a component

Insert ( int index, Component value ) : void

Insert a component at

Remove ( Component value ) : void

Remove a component

ToArray ( ) : SwfDotNet.IO.Component[]

Convert collection to array

this ( int index ) : Component

Access component list by index

메소드 상세

Add() 공개 메소드

Add a base tag
public Add ( Component value ) : Component
value Component base tag to add
리턴 Component

AddRange() 공개 메소드

Add an array of component
public AddRange ( Component values ) : void
values Component swf array
리턴 void

Clear() 공개 메소드

Clear collection
public Clear ( ) : void
리턴 void

ComponentCollection() 공개 메소드

Constructor
public ComponentCollection ( ) : System
리턴 System

Contains() 공개 메소드

Test if list contain a component
public Contains ( Component value ) : bool
value Component component
리턴 bool

GetLastOne() 공개 메소드

Gets the last component of the collection.
public GetLastOne ( ) : Component
리턴 Component

IndexOf() 공개 메소드

Get index of a component
public IndexOf ( Component value ) : int
value Component component
리턴 int

Insert() 공개 메소드

Insert a component at
public Insert ( int index, Component value ) : void
index int index
value Component swf
리턴 void

Remove() 공개 메소드

Remove a component
public Remove ( Component value ) : void
value Component
리턴 void

ToArray() 공개 메소드

Convert collection to array
public ToArray ( ) : SwfDotNet.IO.Component[]
리턴 SwfDotNet.IO.Component[]

this() 공개 메소드

Access component list by index
public this ( int index ) : Component
index int
리턴 Component