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

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

공개 프로퍼티들

프로퍼티 타입 설명
ADVANCE_BITS byte
GLYPH_BITS byte

공개 메소드들

메소드 설명
Add ( TextRecord value ) : TextRecord

Adds the specified value.

AddRange ( TextRecord values ) : void

Adds the range.

Contains ( TextRecord value ) : bool

Containses the specified value.

IndexOf ( TextRecord value ) : int

Get the index of.

Insert ( int index, TextRecord value ) : void

Inserts the specified index.

Remove ( TextRecord value ) : void

Removes the specified value.

TextRecordCollection ( ) : System

Creates a new TextRecordCollection instance.

this ( int index ) : TextRecord

Gets or sets the TextRecord at the specified index.

메소드 상세

Add() 공개 메소드

Adds the specified value.
public Add ( TextRecord value ) : TextRecord
value TextRecord Value.
리턴 TextRecord

AddRange() 공개 메소드

Adds the range.
public AddRange ( TextRecord values ) : void
values TextRecord Values.
리턴 void

Contains() 공개 메소드

Containses the specified value.
public Contains ( TextRecord value ) : bool
value TextRecord Value.
리턴 bool

IndexOf() 공개 메소드

Get the index of.
public IndexOf ( TextRecord value ) : int
value TextRecord Value.
리턴 int

Insert() 공개 메소드

Inserts the specified index.
public Insert ( int index, TextRecord value ) : void
index int Index.
value TextRecord Value.
리턴 void

Remove() 공개 메소드

Removes the specified value.
public Remove ( TextRecord value ) : void
value TextRecord Value.
리턴 void

TextRecordCollection() 공개 메소드

Creates a new TextRecordCollection instance.
public TextRecordCollection ( ) : System
리턴 System

this() 공개 메소드

Gets or sets the TextRecord at the specified index.
public this ( int index ) : TextRecord
index int
리턴 TextRecord

프로퍼티 상세

ADVANCE_BITS 공개적으로 정적으로 프로퍼티

Advance bits number
public static byte ADVANCE_BITS
리턴 byte

GLYPH_BITS 공개적으로 정적으로 프로퍼티

Glyph bits number
public static byte GLYPH_BITS
리턴 byte