C# 클래스 SwfDotNet.IO.Tags.BaseTagCollection

Base Tag collection
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

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

Add a base tag

AddRange ( BaseTag values ) : void

Add an array of base tag

AddRange ( BaseTagCollection values ) : void

Adds the range.

BaseTagCollection ( ) : System

Constructor

Clear ( ) : void

Clear collection

Contains ( BaseTag value ) : bool

Test if list contain a base tag

GetLastOne ( ) : BaseTag

Gets the last BaseTag of the collection.

IndexOf ( BaseTag value ) : int

Get index of a base tag

Insert ( int index, BaseTag value ) : void

Insert a base tag at

Remove ( BaseTag value ) : void

Remove a base tag

ToArray ( ) : SwfDotNet.IO.Tags.BaseTag[]

Convert collection to array

this ( int index ) : BaseTag

Access base tag list by index

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

Add an array of base tag
public AddRange ( BaseTag values ) : void
values BaseTag base tag array
리턴 void

AddRange() 공개 메소드

Adds the range.
public AddRange ( BaseTagCollection values ) : void
values BaseTagCollection The values.
리턴 void

BaseTagCollection() 공개 메소드

Constructor
public BaseTagCollection ( ) : System
리턴 System

Clear() 공개 메소드

Clear collection
public Clear ( ) : void
리턴 void

Contains() 공개 메소드

Test if list contain a base tag
public Contains ( BaseTag value ) : bool
value BaseTag base tag
리턴 bool

GetLastOne() 공개 메소드

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

IndexOf() 공개 메소드

Get index of a base tag
public IndexOf ( BaseTag value ) : int
value BaseTag base tag
리턴 int

Insert() 공개 메소드

Insert a base tag at
public Insert ( int index, BaseTag value ) : void
index int index
value BaseTag base tag
리턴 void

Remove() 공개 메소드

Remove a base tag
public Remove ( BaseTag value ) : void
value BaseTag
리턴 void

ToArray() 공개 메소드

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

this() 공개 메소드

Access base tag list by index
public this ( int index ) : BaseTag
index int
리턴 BaseTag