C# Class Microsoft.Xades.SigPolicyQualifierCollection

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
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Add ( ) : SigPolicyQualifier

Add new typed object to the collection

Add ( SigPolicyQualifier objectToAdd ) : SigPolicyQualifier

Add typed object to the collection

this ( int index ) : SigPolicyQualifier

New typed indexer for the collection

Method Details

Add() public method

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

Add() public method

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

this() public method

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