C# Класс MapAndPageLayoutSynchApp.Maps

Implementation of interface IMaps which is eventually a collection of Maps
Наследование: IMaps, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( IMap Map ) : void

Add the given Map to the collection

Create ( ) : IMap

Create a new Map, add it to the collection and return it to the caller

Dispose ( ) : void

Dispose the collection

Maps ( ) : System
Remove ( IMap Map ) : void

Remove the instance of the given Map

RemoveAt ( int Index ) : void

Remove the Map at the given index

Reset ( ) : void

Reset the Maps array

get_Item ( int Index ) : IMap

Return the Map at the given index

Описание методов

Add() публичный Метод

Add the given Map to the collection
public Add ( IMap Map ) : void
Map IMap
Результат void

Create() публичный Метод

Create a new Map, add it to the collection and return it to the caller
public Create ( ) : IMap
Результат IMap

Dispose() публичный Метод

Dispose the collection
public Dispose ( ) : void
Результат void

Maps() публичный Метод

public Maps ( ) : System
Результат System

Remove() публичный Метод

Remove the instance of the given Map
public Remove ( IMap Map ) : void
Map IMap
Результат void

RemoveAt() публичный Метод

Remove the Map at the given index
public RemoveAt ( int Index ) : void
Index int
Результат void

Reset() публичный Метод

Reset the Maps array
public Reset ( ) : void
Результат void

get_Item() публичный Метод

Return the Map at the given index
public get_Item ( int Index ) : IMap
Index int
Результат IMap