Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SwfDotNet
IO
Tags
FlvBaseTagCollection
Insert
SwfDotNet.IO.Tags.FlvBaseTagCollection.Insert C# (CSharp) Method
FlvBaseTagCollection Class Documentation
Exibir arquivo
Open project: bladecoding/SwfExport
Insert()
public
method
Insert a base tag at
public
Insert
(
int
index
,
FlvBaseTag
value
) :
void
index
int
index
value
FlvBaseTag
base tag
return
void
public void Insert(int index, FlvBaseTag value) { List.Insert(index, value as object); }
FlvBaseTagCollection
Add
AddRange
Clear
Contains
FlvBaseTagCollection
GetLastOne
IndexOf
Insert
Remove
ToArray
this