Method | Description | |
---|---|---|
Add ( |
Add a base tag
|
|
AddRange ( |
Add an array of base tag
|
|
AddRange ( |
Adds the range.
|
|
BaseTagCollection ( ) : System |
Constructor
|
|
Clear ( ) : void |
Clear collection
|
|
Contains ( |
Test if list contain a base tag
|
|
GetLastOne ( ) : |
Gets the last BaseTag of the collection.
|
|
IndexOf ( |
Get index of a base tag
|
|
Insert ( int index, |
Insert a base tag at
|
|
Remove ( |
Remove a base tag
|
|
ToArray ( ) : SwfDotNet.IO.Tags.BaseTag[] |
Convert collection to array
|
|
this ( int index ) : |
Access base tag list by index
|
public Add ( |
||
value | base tag to add | |
return |
public AddRange ( |
||
values | base tag array | |
return | void |
public AddRange ( |
||
values | The values. | |
return | void |
public Contains ( |
||
value | base tag | |
return | bool |
public Insert ( int index, |
||
index | int | index |
value | base tag | |
return | void |
public ToArray ( ) : SwfDotNet.IO.Tags.BaseTag[] | ||
return | SwfDotNet.IO.Tags.BaseTag[] |