C# 클래스 Microsoft.Xades.OCSPRefCollection

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
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

Add new typed object to the collection
public Add ( ) : Microsoft.Xades.OCSPRef
리턴 Microsoft.Xades.OCSPRef

Add() 공개 메소드

Add typed object to the collection
public Add ( Microsoft.Xades.OCSPRef objectToAdd ) : Microsoft.Xades.OCSPRef
objectToAdd Microsoft.Xades.OCSPRef Typed object to be added to collection
리턴 Microsoft.Xades.OCSPRef

this() 공개 메소드

New typed indexer for the collection
public this ( int index ) : Microsoft.Xades.OCSPRef
index int Index of the object to retrieve from collection
리턴 Microsoft.Xades.OCSPRef