Method | Description | |
---|---|---|
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
|
public Add ( Microsoft.Xades.CRLRef objectToAdd ) : Microsoft.Xades.CRLRef | ||
objectToAdd | Microsoft.Xades.CRLRef | Typed object to be added to collection |
return | Microsoft.Xades.CRLRef |
public this ( int index ) : Microsoft.Xades.CRLRef | ||
index | int | Index of the object to retrieve from collection |
return | Microsoft.Xades.CRLRef |