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

Assert collection
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Adds the specified value.
public Add ( Assert value ) : Assert
value Assert The value.
Résultat Assert

AddRange() public méthode

Adds the range.
public AddRange ( Assert values ) : void
values Assert The values.
Résultat void

AddRange() public méthode

Adds the range.
public AddRange ( AssertCollection values ) : void
values AssertCollection The values.
Résultat void

AssertCollection() public méthode

Constructor
public AssertCollection ( ) : System
Résultat System

Clear() public méthode

Clear collection
public Clear ( ) : void
Résultat void

Contains() public méthode

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

IndexOf() public méthode

Indexes the of.
public IndexOf ( Assert value ) : int
value Assert The value.
Résultat int

Insert() public méthode

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

Remove() public méthode

Removes the specified value.
public Remove ( Assert value ) : void
value Assert The value.
Résultat void

this() public méthode

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