C# 클래스 SwfDotNet.IO.Tags.Types.AssertCollection

Assert collection
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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