다음을 통해 공유


BlockOfCellsCollection 클래스

정의

public ref class BlockOfCellsCollection : System::Collections::CollectionBase, IDisposable
public class BlockOfCellsCollection : System.Collections.CollectionBase, IDisposable
type BlockOfCellsCollection = class
    inherit CollectionBase
    interface IDisposable
Public Class BlockOfCellsCollection
Inherits CollectionBase
Implements IDisposable
상속
BlockOfCellsCollection
구현

생성자

BlockOfCellsCollection()
BlockOfCellsCollection(BlockOfCells[])
BlockOfCellsCollection(BlockOfCellsCollection)

속성

Item[Int32]

메서드

Add(BlockOfCells)
AddRange(BlockOfCells[])
AddRange(BlockOfCellsCollection)
Contains(BlockOfCells)
CopyTo(BlockOfCells[], Int32)
Dispose()
IndexOf(BlockOfCells)
Insert(Int32, BlockOfCells)
Remove(BlockOfCells)

적용 대상