C# Class SwfDotNet.IO.Tags.Types.AssertCollection

Assert collection
Inheritance: System.Collections.CollectionBase
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( Assert value ) : Assert

Adds the specified value.

AddRange ( Assert values ) : void

Adds the range.

AddRange ( AssertCollection values ) : void

Adds the range.

AssertCollection ( ) : System

Constructor

Clear ( ) : void

Clear collection

Contains ( Assert value ) : bool

Determines whether [contains] [the specified value].

IndexOf ( Assert value ) : int

Indexes the of.

Insert ( int index, Assert value ) : void

Inserts at the specified index.

Remove ( Assert value ) : void

Removes the specified value.

this ( int index ) : Assert

Gets or sets the T:Assert at the specified index.

Method Details

Add() public method

Adds the specified value.
public Add ( Assert value ) : Assert
value Assert The value.
return Assert

AddRange() public method

Adds the range.
public AddRange ( Assert values ) : void
values Assert The values.
return void

AddRange() public method

Adds the range.
public AddRange ( AssertCollection values ) : void
values AssertCollection The values.
return void

AssertCollection() public method

Constructor
public AssertCollection ( ) : System
return System

Clear() public method

Clear collection
public Clear ( ) : void
return void

Contains() public method

Determines whether [contains] [the specified value].
public Contains ( Assert value ) : bool
value Assert The value.
return bool

IndexOf() public method

Indexes the of.
public IndexOf ( Assert value ) : int
value Assert The value.
return int

Insert() public method

Inserts at the specified index.
public Insert ( int index, Assert value ) : void
index int The index.
value Assert The value.
return void

Remove() public method

Removes the specified value.
public Remove ( Assert value ) : void
value Assert The value.
return void

this() public method

Gets or sets the T:Assert at the specified index.
public this ( int index ) : Assert
index int
return Assert