Method | Description | |
---|---|---|
Add ( ) : Microsoft.Xades.OCSPRef |
Add new typed object to the collection
|
|
Add ( Microsoft.Xades.OCSPRef objectToAdd ) : Microsoft.Xades.OCSPRef |
Add typed object to the collection
|
|
this ( int index ) : Microsoft.Xades.OCSPRef |
New typed indexer for the collection
|
public Add ( Microsoft.Xades.OCSPRef objectToAdd ) : Microsoft.Xades.OCSPRef | ||
objectToAdd | Microsoft.Xades.OCSPRef | Typed object to be added to collection |
return | Microsoft.Xades.OCSPRef |
public this ( int index ) : Microsoft.Xades.OCSPRef | ||
index | int | Index of the object to retrieve from collection |
return | Microsoft.Xades.OCSPRef |