C# Class Microsoft.Xades.CounterSignatureCollection

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.
Inheritance: System.Collections.ArrayList
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Add ( ) : XadesSignedXml

Add new typed object to the collection

Add ( XadesSignedXml objectToAdd ) : XadesSignedXml

Add typed object to the collection

this ( int index ) : XadesSignedXml

New typed indexer for the collection

Method Details

Add() public method

Add new typed object to the collection
public Add ( ) : XadesSignedXml
return XadesSignedXml

Add() public method

Add typed object to the collection
public Add ( XadesSignedXml objectToAdd ) : XadesSignedXml
objectToAdd XadesSignedXml Typed object to be added to collection
return XadesSignedXml

this() public method

New typed indexer for the collection
public this ( int index ) : XadesSignedXml
index int Index of the object to retrieve from collection
return XadesSignedXml