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

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

공개 메소드들

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

Add a base tag

AddRange ( FlvBaseTag values ) : void

Add an array of base tag

Clear ( ) : void

Clear collection

Contains ( FlvBaseTag value ) : bool

Test if list contain a base tag

FlvBaseTagCollection ( ) : System

Creates a new FlvBaseTagCollection instance.

GetLastOne ( ) : FlvBaseTag

Gets the last BaseTag of the collection.

IndexOf ( FlvBaseTag value ) : int

Get index of a base tag

Insert ( int index, FlvBaseTag value ) : void

Insert a base tag at

Remove ( FlvBaseTag value ) : void

Remove a base tag

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

Convert collection to array

this ( int index ) : FlvBaseTag

Access base tag list by index

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Clear() 공개 메소드

Clear collection
public Clear ( ) : void
리턴 void

Contains() 공개 메소드

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

FlvBaseTagCollection() 공개 메소드

Creates a new FlvBaseTagCollection instance.
public FlvBaseTagCollection ( ) : System
리턴 System

GetLastOne() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

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

ToArray() 공개 메소드

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

this() 공개 메소드

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