C# Класс Microsoft.Xades.CRLRefCollection

Collection class that derives from ArrayList. It provides the minimally required functionality to add instances of typed classes and obtain typed elements through a custom indexer.
Наследование: System.Collections.ArrayList
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( ) : Microsoft.Xades.CRLRef

Add new typed object to the collection

Add ( Microsoft.Xades.CRLRef objectToAdd ) : Microsoft.Xades.CRLRef

Add typed object to the collection

this ( int index ) : Microsoft.Xades.CRLRef

New typed indexer for the collection

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

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

Add new typed object to the collection
public Add ( ) : Microsoft.Xades.CRLRef
Результат Microsoft.Xades.CRLRef

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

Add typed object to the collection
public Add ( Microsoft.Xades.CRLRef objectToAdd ) : Microsoft.Xades.CRLRef
objectToAdd Microsoft.Xades.CRLRef Typed object to be added to collection
Результат Microsoft.Xades.CRLRef

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

New typed indexer for the collection
public this ( int index ) : Microsoft.Xades.CRLRef
index int Index of the object to retrieve from collection
Результат Microsoft.Xades.CRLRef