C# 클래스 System.Windows.Forms.FileByteProvider.WriteCollection

Represents the write buffer class
상속: System.Collections.DictionaryBase
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 메소드들

메소드 설명
Add ( long index, byte value ) : void

Adds a byte into the collection

Contains ( long index ) : bool

Determines if a byte with the given index exists.

this ( long index ) : byte

Gets or sets a byte in the collection

메소드 상세

Add() 공개 메소드

Adds a byte into the collection
public Add ( long index, byte value ) : void
index long the index of the byte
value byte the value of the byte
리턴 void

Contains() 공개 메소드

Determines if a byte with the given index exists.
public Contains ( long index ) : bool
index long the index of the byte
리턴 bool

this() 공개 메소드

Gets or sets a byte in the collection
public this ( long index ) : byte
index long
리턴 byte