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

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

공개 메소드들

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

Adds the specified value.

AddRange ( ButtonRecord values ) : void

Adds the range.

ButtonRecordCollection ( ) : System

Creates a new ButtonRecordCollection instance.

Contains ( ButtonRecord value ) : bool

Containses the specified value.

IndexOf ( ButtonRecord value ) : int

Get the index of.

Insert ( int index, ButtonRecord value ) : void

Inserts the specified index.

Remove ( ButtonRecord value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

this ( int index ) : ButtonRecord

Gets or sets the LineStyle at the specified index.

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

ButtonRecordCollection() 공개 메소드

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

Contains() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

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

Serialize() 공개 메소드

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
리턴 void

this() 공개 메소드

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