C# Класс SwfDotNet.IO.Tags.Types.AssertCollection

Assert collection
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Adds the specified value.
public Add ( Assert value ) : Assert
value Assert The value.
Результат Assert

AddRange() публичный Метод

Adds the range.
public AddRange ( Assert values ) : void
values Assert The values.
Результат void

AddRange() публичный Метод

Adds the range.
public AddRange ( AssertCollection values ) : void
values AssertCollection The values.
Результат void

AssertCollection() публичный Метод

Constructor
public AssertCollection ( ) : System
Результат System

Clear() публичный Метод

Clear collection
public Clear ( ) : void
Результат void

Contains() публичный Метод

Determines whether [contains] [the specified value].
public Contains ( Assert value ) : bool
value Assert The value.
Результат bool

IndexOf() публичный Метод

Indexes the of.
public IndexOf ( Assert value ) : int
value Assert The value.
Результат int

Insert() публичный Метод

Inserts at the specified index.
public Insert ( int index, Assert value ) : void
index int The index.
value Assert The value.
Результат void

Remove() публичный Метод

Removes the specified value.
public Remove ( Assert value ) : void
value Assert The value.
Результат void

this() публичный Метод

Gets or sets the T:Assert at the specified index.
public this ( int index ) : Assert
index int
Результат Assert