C# Класс System.Windows.Forms.FileByteProvider.WriteCollection

Represents the write buffer class
Наследование: System.Collections.DictionaryBase
Показать файл Открыть проект

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

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